FormUserParameter.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. namespace SIMDP.View
  2. {
  3. partial class FormUserParameter
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUserParameter));
  29. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  30. this.btn_DeleteAll = new DevExpress.XtraEditors.SimpleButton();
  31. this.gridControl_UserPara = new DevExpress.XtraGrid.GridControl();
  32. this.gridView_UserPara = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.repositoryItemHyperLinkDelete = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
  41. this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.repositoryItemHyperLinkAlter_Click = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
  43. ((System.ComponentModel.ISupportInitialize)(this.gridControl_UserPara)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.gridView_UserPara)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkDelete)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkAlter_Click)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // btn_Add
  50. //
  51. this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image")));
  52. this.btn_Add.Location = new System.Drawing.Point(119, 20);
  53. this.btn_Add.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  54. this.btn_Add.Name = "btn_Add";
  55. this.btn_Add.Size = new System.Drawing.Size(107, 36);
  56. this.btn_Add.TabIndex = 1;
  57. this.btn_Add.Text = "添加";
  58. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  59. //
  60. // btn_DeleteAll
  61. //
  62. this.btn_DeleteAll.Image = ((System.Drawing.Image)(resources.GetObject("btn_DeleteAll.Image")));
  63. this.btn_DeleteAll.Location = new System.Drawing.Point(376, 19);
  64. this.btn_DeleteAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  65. this.btn_DeleteAll.Name = "btn_DeleteAll";
  66. this.btn_DeleteAll.Size = new System.Drawing.Size(107, 36);
  67. this.btn_DeleteAll.TabIndex = 1;
  68. this.btn_DeleteAll.Text = "全部删除";
  69. this.btn_DeleteAll.Click += new System.EventHandler(this.btn_DeleteAll_Click);
  70. //
  71. // gridControl_UserPara
  72. //
  73. this.gridControl_UserPara.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  74. | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.gridControl_UserPara.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  77. this.gridControl_UserPara.Location = new System.Drawing.Point(0, 66);
  78. this.gridControl_UserPara.MainView = this.gridView_UserPara;
  79. this.gridControl_UserPara.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  80. this.gridControl_UserPara.Name = "gridControl_UserPara";
  81. this.gridControl_UserPara.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  82. this.repositoryItemHyperLinkDelete,
  83. this.repositoryItemHyperLinkAlter_Click});
  84. this.gridControl_UserPara.Size = new System.Drawing.Size(1414, 663);
  85. this.gridControl_UserPara.TabIndex = 2;
  86. this.gridControl_UserPara.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  87. this.gridView_UserPara});
  88. //
  89. // gridView_UserPara
  90. //
  91. this.gridView_UserPara.Appearance.HeaderPanel.Options.UseTextOptions = true;
  92. this.gridView_UserPara.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  93. this.gridView_UserPara.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  94. this.gridView_UserPara.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  95. this.gridColumn1,
  96. this.gridColumn2,
  97. this.gridColumn5,
  98. this.gridColumn6,
  99. this.gridColumn7,
  100. this.gridColumn3,
  101. this.gridColumn10,
  102. this.gridColumn11});
  103. this.gridView_UserPara.GridControl = this.gridControl_UserPara;
  104. this.gridView_UserPara.Name = "gridView_UserPara";
  105. this.gridView_UserPara.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
  106. this.gridView_UserPara.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
  107. this.gridView_UserPara.OptionsBehavior.ReadOnly = true;
  108. this.gridView_UserPara.OptionsView.ShowGroupPanel = false;
  109. this.gridView_UserPara.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_UserPara_CustomColumnDisplayText);
  110. //
  111. // gridColumn1
  112. //
  113. this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
  114. this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  115. this.gridColumn1.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  116. this.gridColumn1.Caption = "参数编码";
  117. this.gridColumn1.FieldName = "UserParaId";
  118. this.gridColumn1.Name = "gridColumn1";
  119. //
  120. // gridColumn2
  121. //
  122. this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
  123. this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  124. this.gridColumn2.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  125. this.gridColumn2.Caption = "参数名称";
  126. this.gridColumn2.FieldName = "UserParaName";
  127. this.gridColumn2.Name = "gridColumn2";
  128. this.gridColumn2.Visible = true;
  129. this.gridColumn2.VisibleIndex = 0;
  130. //
  131. // gridColumn5
  132. //
  133. this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
  134. this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  135. this.gridColumn5.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  136. this.gridColumn5.Caption = "参数值";
  137. this.gridColumn5.FieldName = "UserParaValue";
  138. this.gridColumn5.Name = "gridColumn5";
  139. this.gridColumn5.Visible = true;
  140. this.gridColumn5.VisibleIndex = 1;
  141. //
  142. // gridColumn6
  143. //
  144. this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
  145. this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  146. this.gridColumn6.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  147. this.gridColumn6.Caption = "参数单位";
  148. this.gridColumn6.FieldName = "UserParaUnit";
  149. this.gridColumn6.Name = "gridColumn6";
  150. this.gridColumn6.Visible = true;
  151. this.gridColumn6.VisibleIndex = 2;
  152. //
  153. // gridColumn7
  154. //
  155. this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
  156. this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  157. this.gridColumn7.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  158. this.gridColumn7.Caption = "是否生效";
  159. this.gridColumn7.FieldName = "UserParaValid";
  160. this.gridColumn7.Name = "gridColumn7";
  161. this.gridColumn7.Visible = true;
  162. this.gridColumn7.VisibleIndex = 3;
  163. this.gridColumn7.Width = 78;
  164. //
  165. // gridColumn3
  166. //
  167. this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
  168. this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  169. this.gridColumn3.Caption = "参数描述";
  170. this.gridColumn3.FieldName = "UserParaDescription";
  171. this.gridColumn3.Name = "gridColumn3";
  172. this.gridColumn3.Visible = true;
  173. this.gridColumn3.VisibleIndex = 4;
  174. //
  175. // gridColumn10
  176. //
  177. this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
  178. this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  179. this.gridColumn10.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  180. this.gridColumn10.Caption = "删除操作";
  181. this.gridColumn10.ColumnEdit = this.repositoryItemHyperLinkDelete;
  182. this.gridColumn10.Name = "gridColumn10";
  183. this.gridColumn10.Visible = true;
  184. this.gridColumn10.VisibleIndex = 5;
  185. this.gridColumn10.Width = 45;
  186. //
  187. // repositoryItemHyperLinkDelete
  188. //
  189. this.repositoryItemHyperLinkDelete.Appearance.Options.UseTextOptions = true;
  190. this.repositoryItemHyperLinkDelete.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  191. this.repositoryItemHyperLinkDelete.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  192. this.repositoryItemHyperLinkDelete.AutoHeight = false;
  193. this.repositoryItemHyperLinkDelete.Name = "repositoryItemHyperLinkDelete";
  194. this.repositoryItemHyperLinkDelete.NullText = "删除";
  195. this.repositoryItemHyperLinkDelete.Click += new System.EventHandler(this.repositoryItemHyperLinkDelete_Click);
  196. //
  197. // gridColumn11
  198. //
  199. this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
  200. this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  201. this.gridColumn11.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  202. this.gridColumn11.Caption = "修改操作";
  203. this.gridColumn11.ColumnEdit = this.repositoryItemHyperLinkAlter_Click;
  204. this.gridColumn11.Name = "gridColumn11";
  205. this.gridColumn11.Visible = true;
  206. this.gridColumn11.VisibleIndex = 6;
  207. //
  208. // repositoryItemHyperLinkAlter_Click
  209. //
  210. this.repositoryItemHyperLinkAlter_Click.AutoHeight = false;
  211. this.repositoryItemHyperLinkAlter_Click.Name = "repositoryItemHyperLinkAlter_Click";
  212. this.repositoryItemHyperLinkAlter_Click.NullText = "修改";
  213. this.repositoryItemHyperLinkAlter_Click.Click += new System.EventHandler(this.repositoryItemHyperLinkAlter_Click_Click);
  214. //
  215. // FormUserParameter
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.ClientSize = new System.Drawing.Size(1413, 726);
  220. this.Controls.Add(this.gridControl_UserPara);
  221. this.Controls.Add(this.btn_DeleteAll);
  222. this.Controls.Add(this.btn_Add);
  223. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.Name = "FormUserParameter";
  225. this.Text = "用户参数";
  226. this.Load += new System.EventHandler(this.FormUserParameter_Load);
  227. ((System.ComponentModel.ISupportInitialize)(this.gridControl_UserPara)).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.gridView_UserPara)).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkDelete)).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkAlter_Click)).EndInit();
  231. this.ResumeLayout(false);
  232. }
  233. #endregion
  234. private DevExpress.XtraEditors.SimpleButton btn_Add;
  235. private DevExpress.XtraEditors.SimpleButton btn_DeleteAll;
  236. private DevExpress.XtraGrid.GridControl gridControl_UserPara;
  237. private DevExpress.XtraGrid.Views.Grid.GridView gridView_UserPara;
  238. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  239. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  240. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  241. private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
  242. private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
  243. private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
  244. private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkDelete;
  245. private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
  246. private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkAlter_Click;
  247. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  248. }
  249. }