FormEditPLC.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace SIMDP
  2. {
  3. partial class FormEditPLC
  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.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit();
  30. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  31. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  33. this.txt_Config = new DevExpress.XtraEditors.TextEdit();
  34. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  35. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  38. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  39. this.panelControl1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txt_Config.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // panelControl1
  46. //
  47. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  48. | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.panelControl1.Controls.Add(this.lookUp_Type);
  51. this.panelControl1.Controls.Add(this.btn_Cancel);
  52. this.panelControl1.Controls.Add(this.btn_Add);
  53. this.panelControl1.Controls.Add(this.btn_Save);
  54. this.panelControl1.Controls.Add(this.txt_Config);
  55. this.panelControl1.Controls.Add(this.txt_Name);
  56. this.panelControl1.Controls.Add(this.labelControl4);
  57. this.panelControl1.Controls.Add(this.labelControl3);
  58. this.panelControl1.Controls.Add(this.labelControl2);
  59. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  60. this.panelControl1.Name = "panelControl1";
  61. this.panelControl1.Size = new System.Drawing.Size(294, 174);
  62. this.panelControl1.TabIndex = 0;
  63. //
  64. // lookUp_Type
  65. //
  66. this.lookUp_Type.Location = new System.Drawing.Point(111, 58);
  67. this.lookUp_Type.Name = "lookUp_Type";
  68. this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  69. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  70. this.lookUp_Type.Size = new System.Drawing.Size(171, 20);
  71. this.lookUp_Type.TabIndex = 4;
  72. //
  73. // btn_Cancel
  74. //
  75. this.btn_Cancel.Location = new System.Drawing.Point(231, 127);
  76. this.btn_Cancel.Name = "btn_Cancel";
  77. this.btn_Cancel.Size = new System.Drawing.Size(51, 23);
  78. this.btn_Cancel.TabIndex = 3;
  79. this.btn_Cancel.Text = "取消";
  80. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  81. //
  82. // btn_Add
  83. //
  84. this.btn_Add.Location = new System.Drawing.Point(32, 127);
  85. this.btn_Add.Name = "btn_Add";
  86. this.btn_Add.Size = new System.Drawing.Size(51, 23);
  87. this.btn_Add.TabIndex = 2;
  88. this.btn_Add.Text = "添加";
  89. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  90. //
  91. // btn_Save
  92. //
  93. this.btn_Save.Location = new System.Drawing.Point(134, 127);
  94. this.btn_Save.Name = "btn_Save";
  95. this.btn_Save.Size = new System.Drawing.Size(51, 23);
  96. this.btn_Save.TabIndex = 2;
  97. this.btn_Save.Text = "保存";
  98. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  99. //
  100. // txt_Config
  101. //
  102. this.txt_Config.Location = new System.Drawing.Point(111, 87);
  103. this.txt_Config.Name = "txt_Config";
  104. this.txt_Config.Size = new System.Drawing.Size(171, 20);
  105. this.txt_Config.TabIndex = 1;
  106. //
  107. // txt_Name
  108. //
  109. this.txt_Name.Location = new System.Drawing.Point(111, 29);
  110. this.txt_Name.Name = "txt_Name";
  111. this.txt_Name.Size = new System.Drawing.Size(171, 20);
  112. this.txt_Name.TabIndex = 1;
  113. //
  114. // labelControl4
  115. //
  116. this.labelControl4.Location = new System.Drawing.Point(12, 90);
  117. this.labelControl4.Name = "labelControl4";
  118. this.labelControl4.Size = new System.Drawing.Size(60, 14);
  119. this.labelControl4.TabIndex = 0;
  120. this.labelControl4.Text = "连接信息:";
  121. //
  122. // labelControl3
  123. //
  124. this.labelControl3.Location = new System.Drawing.Point(12, 61);
  125. this.labelControl3.Name = "labelControl3";
  126. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  127. this.labelControl3.TabIndex = 0;
  128. this.labelControl3.Text = "连接类型:";
  129. //
  130. // labelControl2
  131. //
  132. this.labelControl2.Location = new System.Drawing.Point(12, 32);
  133. this.labelControl2.Name = "labelControl2";
  134. this.labelControl2.Size = new System.Drawing.Size(56, 14);
  135. this.labelControl2.TabIndex = 0;
  136. this.labelControl2.Text = "PLC名称:";
  137. //
  138. // FormEditPLC
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(294, 174);
  143. this.Controls.Add(this.panelControl1);
  144. this.MaximizeBox = false;
  145. this.MinimizeBox = false;
  146. this.Name = "FormEditPLC";
  147. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  148. this.Text = "PLC信息";
  149. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  150. this.panelControl1.ResumeLayout(false);
  151. this.panelControl1.PerformLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.txt_Config.Properties)).EndInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. private DevExpress.XtraEditors.PanelControl panelControl1;
  159. private DevExpress.XtraEditors.LabelControl labelControl2;
  160. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  161. private DevExpress.XtraEditors.SimpleButton btn_Save;
  162. private DevExpress.XtraEditors.TextEdit txt_Config;
  163. private DevExpress.XtraEditors.TextEdit txt_Name;
  164. private DevExpress.XtraEditors.LabelControl labelControl4;
  165. private DevExpress.XtraEditors.LabelControl labelControl3;
  166. private DevExpress.XtraEditors.SimpleButton btn_Add;
  167. private DevExpress.XtraEditors.LookUpEdit lookUp_Type;
  168. }
  169. }