FormEditLogOperationSetting.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditLogOperationSetting
  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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.lookUp_TableName = new DevExpress.XtraEditors.LookUpEdit();
  31. this.check_Insert = new DevExpress.XtraEditors.CheckEdit();
  32. this.check_Delete = new DevExpress.XtraEditors.CheckEdit();
  33. this.check_Update = new DevExpress.XtraEditors.CheckEdit();
  34. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  35. this.txt_Creator = new DevExpress.XtraEditors.TextEdit();
  36. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  37. this.txt_Editor = new DevExpress.XtraEditors.TextEdit();
  38. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  39. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  40. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  41. this.check_Forbid = new DevExpress.XtraEditors.CheckEdit();
  42. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  43. this.panelControl1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.check_Insert.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.check_Update.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txt_Editor.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // panelControl1
  54. //
  55. this.panelControl1.Controls.Add(this.txt_Editor);
  56. this.panelControl1.Controls.Add(this.txt_Creator);
  57. this.panelControl1.Controls.Add(this.labelControl4);
  58. this.panelControl1.Controls.Add(this.labelControl2);
  59. this.panelControl1.Controls.Add(this.check_Update);
  60. this.panelControl1.Controls.Add(this.check_Delete);
  61. this.panelControl1.Controls.Add(this.check_Forbid);
  62. this.panelControl1.Controls.Add(this.check_Insert);
  63. this.panelControl1.Controls.Add(this.lookUp_TableName);
  64. this.panelControl1.Controls.Add(this.labelControl1);
  65. this.panelControl1.Location = new System.Drawing.Point(12, 14);
  66. this.panelControl1.Name = "panelControl1";
  67. this.panelControl1.Size = new System.Drawing.Size(354, 145);
  68. this.panelControl1.TabIndex = 0;
  69. //
  70. // labelControl1
  71. //
  72. this.labelControl1.Location = new System.Drawing.Point(17, 17);
  73. this.labelControl1.Name = "labelControl1";
  74. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  75. this.labelControl1.TabIndex = 0;
  76. this.labelControl1.Text = "数据库表:";
  77. //
  78. // lookUp_TableName
  79. //
  80. this.lookUp_TableName.Location = new System.Drawing.Point(84, 14);
  81. this.lookUp_TableName.Name = "lookUp_TableName";
  82. this.lookUp_TableName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  83. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  84. this.lookUp_TableName.Size = new System.Drawing.Size(249, 20);
  85. this.lookUp_TableName.TabIndex = 1;
  86. //
  87. // check_Insert
  88. //
  89. this.check_Insert.Location = new System.Drawing.Point(17, 47);
  90. this.check_Insert.Name = "check_Insert";
  91. this.check_Insert.Properties.Caption = "记录插入日志";
  92. this.check_Insert.Size = new System.Drawing.Size(96, 19);
  93. this.check_Insert.TabIndex = 2;
  94. //
  95. // check_Delete
  96. //
  97. this.check_Delete.Location = new System.Drawing.Point(125, 47);
  98. this.check_Delete.Name = "check_Delete";
  99. this.check_Delete.Properties.Caption = "记录删除日志";
  100. this.check_Delete.Size = new System.Drawing.Size(96, 19);
  101. this.check_Delete.TabIndex = 2;
  102. //
  103. // check_Update
  104. //
  105. this.check_Update.Location = new System.Drawing.Point(237, 47);
  106. this.check_Update.Name = "check_Update";
  107. this.check_Update.Properties.Caption = "记录修改日志";
  108. this.check_Update.Size = new System.Drawing.Size(96, 19);
  109. this.check_Update.TabIndex = 2;
  110. //
  111. // labelControl2
  112. //
  113. this.labelControl2.Location = new System.Drawing.Point(17, 83);
  114. this.labelControl2.Name = "labelControl2";
  115. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  116. this.labelControl2.TabIndex = 3;
  117. this.labelControl2.Text = "创建人:";
  118. //
  119. // txt_Creator
  120. //
  121. this.txt_Creator.Enabled = false;
  122. this.txt_Creator.Location = new System.Drawing.Point(68, 80);
  123. this.txt_Creator.Name = "txt_Creator";
  124. this.txt_Creator.Size = new System.Drawing.Size(100, 20);
  125. this.txt_Creator.TabIndex = 4;
  126. //
  127. // labelControl4
  128. //
  129. this.labelControl4.Location = new System.Drawing.Point(184, 83);
  130. this.labelControl4.Name = "labelControl4";
  131. this.labelControl4.Size = new System.Drawing.Size(48, 14);
  132. this.labelControl4.TabIndex = 3;
  133. this.labelControl4.Text = "编辑人:";
  134. //
  135. // txt_Editor
  136. //
  137. this.txt_Editor.Enabled = false;
  138. this.txt_Editor.Location = new System.Drawing.Point(233, 80);
  139. this.txt_Editor.Name = "txt_Editor";
  140. this.txt_Editor.Size = new System.Drawing.Size(100, 20);
  141. this.txt_Editor.TabIndex = 4;
  142. //
  143. // btn_Cancel
  144. //
  145. this.btn_Cancel.Location = new System.Drawing.Point(270, 175);
  146. this.btn_Cancel.Name = "btn_Cancel";
  147. this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
  148. this.btn_Cancel.TabIndex = 1;
  149. this.btn_Cancel.Text = "取消";
  150. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  151. //
  152. // btn_Save
  153. //
  154. this.btn_Save.Location = new System.Drawing.Point(146, 175);
  155. this.btn_Save.Name = "btn_Save";
  156. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  157. this.btn_Save.TabIndex = 1;
  158. this.btn_Save.Text = "保存";
  159. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  160. //
  161. // btn_Add
  162. //
  163. this.btn_Add.Location = new System.Drawing.Point(29, 175);
  164. this.btn_Add.Name = "btn_Add";
  165. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  166. this.btn_Add.TabIndex = 1;
  167. this.btn_Add.Text = "添加";
  168. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  169. //
  170. // check_Forbid
  171. //
  172. this.check_Forbid.Location = new System.Drawing.Point(17, 114);
  173. this.check_Forbid.Name = "check_Forbid";
  174. this.check_Forbid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  175. this.check_Forbid.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
  176. this.check_Forbid.Properties.Appearance.Options.UseFont = true;
  177. this.check_Forbid.Properties.Appearance.Options.UseForeColor = true;
  178. this.check_Forbid.Properties.Caption = "是否禁用";
  179. this.check_Forbid.Size = new System.Drawing.Size(75, 19);
  180. this.check_Forbid.TabIndex = 2;
  181. //
  182. // FormEditLogOperationSetting
  183. //
  184. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  185. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  186. this.ClientSize = new System.Drawing.Size(378, 206);
  187. this.Controls.Add(this.btn_Add);
  188. this.Controls.Add(this.btn_Save);
  189. this.Controls.Add(this.btn_Cancel);
  190. this.Controls.Add(this.panelControl1);
  191. this.MaximizeBox = false;
  192. this.MinimizeBox = false;
  193. this.Name = "FormEditLogOperationSetting";
  194. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  195. this.Text = "数据库表配置信息";
  196. this.Load += new System.EventHandler(this.FormEditLogOperationSetting_Load);
  197. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  198. this.panelControl1.ResumeLayout(false);
  199. this.panelControl1.PerformLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.check_Insert.Properties)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.check_Update.Properties)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.txt_Editor.Properties)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit();
  207. this.ResumeLayout(false);
  208. }
  209. #endregion
  210. private DevExpress.XtraEditors.PanelControl panelControl1;
  211. private DevExpress.XtraEditors.LabelControl labelControl1;
  212. private DevExpress.XtraEditors.TextEdit txt_Editor;
  213. private DevExpress.XtraEditors.TextEdit txt_Creator;
  214. private DevExpress.XtraEditors.LabelControl labelControl4;
  215. private DevExpress.XtraEditors.LabelControl labelControl2;
  216. private DevExpress.XtraEditors.CheckEdit check_Update;
  217. private DevExpress.XtraEditors.CheckEdit check_Delete;
  218. private DevExpress.XtraEditors.CheckEdit check_Insert;
  219. private DevExpress.XtraEditors.LookUpEdit lookUp_TableName;
  220. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  221. private DevExpress.XtraEditors.SimpleButton btn_Save;
  222. private DevExpress.XtraEditors.SimpleButton btn_Add;
  223. private DevExpress.XtraEditors.CheckEdit check_Forbid;
  224. }
  225. }