FormPLC.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. namespace SIMDP.View
  2. {
  3. partial class FormPLC
  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(FormPLC));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit();
  31. this.txt_CurrentPage = new DevExpress.XtraEditors.TextEdit();
  32. this.btn_Last = new DevExpress.XtraEditors.SimpleButton();
  33. this.btn_Next = new DevExpress.XtraEditors.SimpleButton();
  34. this.btn_Previous = new DevExpress.XtraEditors.SimpleButton();
  35. this.btn_First = new DevExpress.XtraEditors.SimpleButton();
  36. this.label_PageInfo = new DevExpress.XtraEditors.LabelControl();
  37. this.btn_Delete = new DevExpress.XtraEditors.SimpleButton();
  38. this.btn_Edit = new DevExpress.XtraEditors.SimpleButton();
  39. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  40. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  41. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  42. this.txt_ID = new DevExpress.XtraEditors.TextEdit();
  43. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  44. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  45. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  46. this.gridControl_PLC = new DevExpress.XtraGrid.GridControl();
  47. this.gridView_PLC = new DevExpress.XtraGrid.Views.Grid.GridView();
  48. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txt_ID.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.gridControl_PLC)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.gridView_PLC)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // panel1
  61. //
  62. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  63. | System.Windows.Forms.AnchorStyles.Left)
  64. | System.Windows.Forms.AnchorStyles.Right)));
  65. this.panel1.Controls.Add(this.lookUp_Type);
  66. this.panel1.Controls.Add(this.txt_CurrentPage);
  67. this.panel1.Controls.Add(this.btn_Last);
  68. this.panel1.Controls.Add(this.btn_Next);
  69. this.panel1.Controls.Add(this.btn_Previous);
  70. this.panel1.Controls.Add(this.btn_First);
  71. this.panel1.Controls.Add(this.label_PageInfo);
  72. this.panel1.Controls.Add(this.btn_Delete);
  73. this.panel1.Controls.Add(this.btn_Edit);
  74. this.panel1.Controls.Add(this.btn_Add);
  75. this.panel1.Controls.Add(this.btn_Query);
  76. this.panel1.Controls.Add(this.txt_Name);
  77. this.panel1.Controls.Add(this.txt_ID);
  78. this.panel1.Controls.Add(this.labelControl3);
  79. this.panel1.Controls.Add(this.labelControl2);
  80. this.panel1.Controls.Add(this.labelControl1);
  81. this.panel1.Controls.Add(this.gridControl_PLC);
  82. this.panel1.Location = new System.Drawing.Point(0, 0);
  83. this.panel1.Name = "panel1";
  84. this.panel1.Size = new System.Drawing.Size(1017, 439);
  85. this.panel1.TabIndex = 0;
  86. //
  87. // lookUp_Type
  88. //
  89. this.lookUp_Type.Location = new System.Drawing.Point(357, 9);
  90. this.lookUp_Type.Name = "lookUp_Type";
  91. this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  92. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  93. this.lookUp_Type.Size = new System.Drawing.Size(100, 28);
  94. this.lookUp_Type.TabIndex = 14;
  95. //
  96. // txt_CurrentPage
  97. //
  98. this.txt_CurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  99. this.txt_CurrentPage.EditValue = "1";
  100. this.txt_CurrentPage.Location = new System.Drawing.Point(911, 409);
  101. this.txt_CurrentPage.Name = "txt_CurrentPage";
  102. this.txt_CurrentPage.Size = new System.Drawing.Size(25, 28);
  103. this.txt_CurrentPage.TabIndex = 13;
  104. this.txt_CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_CurrentPage_KeyDown);
  105. //
  106. // btn_Last
  107. //
  108. this.btn_Last.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  109. this.btn_Last.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  110. this.btn_Last.Appearance.Options.UseBackColor = true;
  111. this.btn_Last.Location = new System.Drawing.Point(975, 409);
  112. this.btn_Last.Name = "btn_Last";
  113. this.btn_Last.Size = new System.Drawing.Size(30, 20);
  114. this.btn_Last.TabIndex = 9;
  115. this.btn_Last.Text = ">|";
  116. this.btn_Last.Click += new System.EventHandler(this.btn_Last_Click);
  117. //
  118. // btn_Next
  119. //
  120. this.btn_Next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  121. this.btn_Next.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  122. this.btn_Next.Appearance.Options.UseBackColor = true;
  123. this.btn_Next.Location = new System.Drawing.Point(939, 409);
  124. this.btn_Next.Name = "btn_Next";
  125. this.btn_Next.Size = new System.Drawing.Size(30, 20);
  126. this.btn_Next.TabIndex = 10;
  127. this.btn_Next.Text = ">";
  128. this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click);
  129. //
  130. // btn_Previous
  131. //
  132. this.btn_Previous.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  133. this.btn_Previous.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  134. this.btn_Previous.Appearance.Options.UseBackColor = true;
  135. this.btn_Previous.Location = new System.Drawing.Point(879, 409);
  136. this.btn_Previous.Name = "btn_Previous";
  137. this.btn_Previous.Size = new System.Drawing.Size(30, 20);
  138. this.btn_Previous.TabIndex = 11;
  139. this.btn_Previous.Text = "<";
  140. this.btn_Previous.Click += new System.EventHandler(this.btn_Previous_Click);
  141. //
  142. // btn_First
  143. //
  144. this.btn_First.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  145. this.btn_First.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  146. this.btn_First.Appearance.Options.UseBackColor = true;
  147. this.btn_First.Location = new System.Drawing.Point(843, 409);
  148. this.btn_First.Name = "btn_First";
  149. this.btn_First.Size = new System.Drawing.Size(30, 20);
  150. this.btn_First.TabIndex = 12;
  151. this.btn_First.Text = "|<";
  152. this.btn_First.Click += new System.EventHandler(this.btn_First_Click);
  153. //
  154. // label_PageInfo
  155. //
  156. this.label_PageInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  157. this.label_PageInfo.Location = new System.Drawing.Point(6, 412);
  158. this.label_PageInfo.Name = "label_PageInfo";
  159. this.label_PageInfo.Size = new System.Drawing.Size(318, 22);
  160. this.label_PageInfo.TabIndex = 8;
  161. this.label_PageInfo.Text = "共 {0} 条记录,每页 {1} 条,共 {2} 页";
  162. //
  163. // btn_Delete
  164. //
  165. this.btn_Delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.Image")));
  166. this.btn_Delete.Location = new System.Drawing.Point(801, 8);
  167. this.btn_Delete.Name = "btn_Delete";
  168. this.btn_Delete.Size = new System.Drawing.Size(75, 23);
  169. this.btn_Delete.TabIndex = 7;
  170. this.btn_Delete.Text = "删除";
  171. this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
  172. //
  173. // btn_Edit
  174. //
  175. this.btn_Edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_Edit.Image")));
  176. this.btn_Edit.Location = new System.Drawing.Point(694, 8);
  177. this.btn_Edit.Name = "btn_Edit";
  178. this.btn_Edit.Size = new System.Drawing.Size(75, 23);
  179. this.btn_Edit.TabIndex = 6;
  180. this.btn_Edit.Text = "修改";
  181. this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click);
  182. //
  183. // btn_Add
  184. //
  185. this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image")));
  186. this.btn_Add.Location = new System.Drawing.Point(587, 8);
  187. this.btn_Add.Name = "btn_Add";
  188. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  189. this.btn_Add.TabIndex = 5;
  190. this.btn_Add.Text = "添加";
  191. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  192. //
  193. // btn_Query
  194. //
  195. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  196. this.btn_Query.Location = new System.Drawing.Point(480, 8);
  197. this.btn_Query.Name = "btn_Query";
  198. this.btn_Query.Size = new System.Drawing.Size(75, 23);
  199. this.btn_Query.TabIndex = 4;
  200. this.btn_Query.Text = "查询";
  201. this.btn_Query.Click += new System.EventHandler(this.btn_Search_Click);
  202. //
  203. // txt_Name
  204. //
  205. this.txt_Name.Location = new System.Drawing.Point(194, 9);
  206. this.txt_Name.Name = "txt_Name";
  207. this.txt_Name.Size = new System.Drawing.Size(100, 28);
  208. this.txt_Name.TabIndex = 2;
  209. //
  210. // txt_ID
  211. //
  212. this.txt_ID.Location = new System.Drawing.Point(32, 9);
  213. this.txt_ID.Name = "txt_ID";
  214. this.txt_ID.Size = new System.Drawing.Size(100, 28);
  215. this.txt_ID.TabIndex = 2;
  216. //
  217. // labelControl3
  218. //
  219. this.labelControl3.Location = new System.Drawing.Point(301, 12);
  220. this.labelControl3.Name = "labelControl3";
  221. this.labelControl3.Size = new System.Drawing.Size(90, 22);
  222. this.labelControl3.TabIndex = 1;
  223. this.labelControl3.Text = "连接类型:";
  224. //
  225. // labelControl2
  226. //
  227. this.labelControl2.Location = new System.Drawing.Point(139, 12);
  228. this.labelControl2.Name = "labelControl2";
  229. this.labelControl2.Size = new System.Drawing.Size(84, 22);
  230. this.labelControl2.TabIndex = 1;
  231. this.labelControl2.Text = "PLC名称:";
  232. //
  233. // labelControl1
  234. //
  235. this.labelControl1.Location = new System.Drawing.Point(12, 12);
  236. this.labelControl1.Name = "labelControl1";
  237. this.labelControl1.Size = new System.Drawing.Size(37, 22);
  238. this.labelControl1.TabIndex = 1;
  239. this.labelControl1.Text = "ID:";
  240. //
  241. // gridControl_PLC
  242. //
  243. this.gridControl_PLC.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)
  245. | System.Windows.Forms.AnchorStyles.Right)));
  246. this.gridControl_PLC.Location = new System.Drawing.Point(0, 37);
  247. this.gridControl_PLC.MainView = this.gridView_PLC;
  248. this.gridControl_PLC.Name = "gridControl_PLC";
  249. this.gridControl_PLC.Size = new System.Drawing.Size(1014, 366);
  250. this.gridControl_PLC.TabIndex = 0;
  251. this.gridControl_PLC.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  252. this.gridView_PLC});
  253. //
  254. // gridView_PLC
  255. //
  256. this.gridView_PLC.Appearance.HeaderPanel.Options.UseTextOptions = true;
  257. this.gridView_PLC.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  258. this.gridView_PLC.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  259. this.gridColumn2,
  260. this.gridColumn3,
  261. this.gridColumn4});
  262. this.gridView_PLC.GridControl = this.gridControl_PLC;
  263. this.gridView_PLC.IndicatorWidth = 30;
  264. this.gridView_PLC.Name = "gridView_PLC";
  265. this.gridView_PLC.OptionsBehavior.Editable = false;
  266. this.gridView_PLC.OptionsBehavior.ReadOnly = true;
  267. this.gridView_PLC.OptionsView.EnableAppearanceEvenRow = true;
  268. this.gridView_PLC.OptionsView.EnableAppearanceOddRow = true;
  269. this.gridView_PLC.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
  270. this.gridView_PLC.OptionsView.ShowGroupPanel = false;
  271. this.gridView_PLC.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.True;
  272. this.gridView_PLC.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.True;
  273. this.gridView_PLC.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_PLC_CustomDrawRowIndicator);
  274. this.gridView_PLC.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_PLC_CustomColumnDisplayText);
  275. //
  276. // gridColumn2
  277. //
  278. this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
  279. this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  280. this.gridColumn2.Caption = "PLC名称";
  281. this.gridColumn2.FieldName = "PlcName";
  282. this.gridColumn2.Name = "gridColumn2";
  283. this.gridColumn2.Visible = true;
  284. this.gridColumn2.VisibleIndex = 0;
  285. //
  286. // gridColumn3
  287. //
  288. this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
  289. this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  290. this.gridColumn3.Caption = "连接类型";
  291. this.gridColumn3.FieldName = "LinkType";
  292. this.gridColumn3.Name = "gridColumn3";
  293. this.gridColumn3.Visible = true;
  294. this.gridColumn3.VisibleIndex = 1;
  295. //
  296. // gridColumn4
  297. //
  298. this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
  299. this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  300. this.gridColumn4.Caption = "连接信息";
  301. this.gridColumn4.FieldName = "LinkConfig";
  302. this.gridColumn4.Name = "gridColumn4";
  303. this.gridColumn4.Visible = true;
  304. this.gridColumn4.VisibleIndex = 2;
  305. //
  306. // FormPLC
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(1014, 436);
  311. this.Controls.Add(this.panel1);
  312. this.Name = "FormPLC";
  313. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  314. this.Text = "通信配置";
  315. this.panel1.ResumeLayout(false);
  316. this.panel1.PerformLayout();
  317. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.txt_ID.Properties)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.gridControl_PLC)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.gridView_PLC)).EndInit();
  323. this.ResumeLayout(false);
  324. }
  325. #endregion
  326. private System.Windows.Forms.Panel panel1;
  327. private DevExpress.XtraEditors.SimpleButton btn_Delete;
  328. private DevExpress.XtraEditors.SimpleButton btn_Edit;
  329. private DevExpress.XtraEditors.SimpleButton btn_Add;
  330. private DevExpress.XtraEditors.SimpleButton btn_Query;
  331. private DevExpress.XtraEditors.TextEdit txt_Name;
  332. private DevExpress.XtraEditors.TextEdit txt_ID;
  333. private DevExpress.XtraEditors.LabelControl labelControl3;
  334. private DevExpress.XtraEditors.LabelControl labelControl2;
  335. private DevExpress.XtraEditors.LabelControl labelControl1;
  336. private DevExpress.XtraGrid.GridControl gridControl_PLC;
  337. private DevExpress.XtraGrid.Views.Grid.GridView gridView_PLC;
  338. private DevExpress.XtraEditors.LabelControl label_PageInfo;
  339. private DevExpress.XtraEditors.TextEdit txt_CurrentPage;
  340. private DevExpress.XtraEditors.SimpleButton btn_Last;
  341. private DevExpress.XtraEditors.SimpleButton btn_Next;
  342. private DevExpress.XtraEditors.SimpleButton btn_Previous;
  343. private DevExpress.XtraEditors.SimpleButton btn_First;
  344. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  345. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  346. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  347. private DevExpress.XtraEditors.LookUpEdit lookUp_Type;
  348. }
  349. }