LoggingForm.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace Uninpho.Tools.components
  2. {
  3. partial class LoggingForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  29. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  31. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
  36. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // gridControl1
  41. //
  42. this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.gridControl1.Location = new System.Drawing.Point(0, 0);
  44. this.gridControl1.MainView = this.gridView1;
  45. this.gridControl1.Name = "gridControl1";
  46. this.gridControl1.Size = new System.Drawing.Size(790, 324);
  47. this.gridControl1.TabIndex = 0;
  48. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  49. this.gridView1});
  50. //
  51. // gridView1
  52. //
  53. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  54. this.gridColumn1,
  55. this.gridColumn2,
  56. this.gridColumn3,
  57. this.gridColumn4,
  58. this.gridColumn5,
  59. this.gridColumn6});
  60. this.gridView1.GridControl = this.gridControl1;
  61. this.gridView1.IndicatorWidth = 40;
  62. this.gridView1.Name = "gridView1";
  63. this.gridView1.OptionsView.ShowGroupPanel = false;
  64. this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  65. //
  66. // gridColumn1
  67. //
  68. this.gridColumn1.Caption = "修改时间";
  69. this.gridColumn1.FieldName = "Date";
  70. this.gridColumn1.MinWidth = 160;
  71. this.gridColumn1.Name = "gridColumn1";
  72. this.gridColumn1.OptionsColumn.ReadOnly = true;
  73. this.gridColumn1.Visible = true;
  74. this.gridColumn1.VisibleIndex = 0;
  75. this.gridColumn1.Width = 160;
  76. //
  77. // gridColumn2
  78. //
  79. this.gridColumn2.Caption = "修改人";
  80. this.gridColumn2.FieldName = "Username";
  81. this.gridColumn2.MinWidth = 100;
  82. this.gridColumn2.Name = "gridColumn2";
  83. this.gridColumn2.OptionsColumn.ReadOnly = true;
  84. this.gridColumn2.Visible = true;
  85. this.gridColumn2.VisibleIndex = 1;
  86. this.gridColumn2.Width = 100;
  87. //
  88. // gridColumn3
  89. //
  90. this.gridColumn3.Caption = "旧值";
  91. this.gridColumn3.FieldName = "Oldvalue";
  92. this.gridColumn3.MinWidth = 100;
  93. this.gridColumn3.Name = "gridColumn3";
  94. this.gridColumn3.OptionsColumn.ReadOnly = true;
  95. this.gridColumn3.Visible = true;
  96. this.gridColumn3.VisibleIndex = 2;
  97. this.gridColumn3.Width = 100;
  98. //
  99. // gridColumn4
  100. //
  101. this.gridColumn4.Caption = "新值";
  102. this.gridColumn4.FieldName = "Newvalue";
  103. this.gridColumn4.MinWidth = 100;
  104. this.gridColumn4.Name = "gridColumn4";
  105. this.gridColumn4.OptionsColumn.ReadOnly = true;
  106. this.gridColumn4.Visible = true;
  107. this.gridColumn4.VisibleIndex = 3;
  108. this.gridColumn4.Width = 100;
  109. //
  110. // gridColumn5
  111. //
  112. this.gridColumn5.Caption = "行号";
  113. this.gridColumn5.FieldName = "Row";
  114. this.gridColumn5.MinWidth = 100;
  115. this.gridColumn5.Name = "gridColumn5";
  116. this.gridColumn5.OptionsColumn.ReadOnly = true;
  117. this.gridColumn5.Visible = true;
  118. this.gridColumn5.VisibleIndex = 4;
  119. this.gridColumn5.Width = 100;
  120. //
  121. // gridColumn6
  122. //
  123. this.gridColumn6.Caption = "列号";
  124. this.gridColumn6.FieldName = "Column";
  125. this.gridColumn6.MinWidth = 100;
  126. this.gridColumn6.Name = "gridColumn6";
  127. this.gridColumn6.OptionsColumn.ReadOnly = true;
  128. this.gridColumn6.Visible = true;
  129. this.gridColumn6.VisibleIndex = 5;
  130. this.gridColumn6.Width = 103;
  131. //
  132. // LoggingForm
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(790, 324);
  137. this.Controls.Add(this.gridControl1);
  138. this.Name = "LoggingForm";
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  140. this.Text = "日志记录";
  141. this.Load += new System.EventHandler(this.LoggingForm_Load);
  142. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private DevExpress.XtraGrid.GridControl gridControl1;
  148. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  149. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  150. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  151. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  152. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  153. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  154. private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
  155. }
  156. }