FormEditGroup.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditGroup
  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.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  30. this.lookUp_GroupType = new DevExpress.XtraEditors.LookUpEdit();
  31. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  33. this.txt_GroupPlcId = new DevExpress.XtraEditors.TextEdit();
  34. this.txt_GroupName = 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_GroupType.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupPlcId.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.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.btn_Save);
  51. this.panelControl1.Controls.Add(this.lookUp_GroupType);
  52. this.panelControl1.Controls.Add(this.btn_Cancel);
  53. this.panelControl1.Controls.Add(this.btn_Add);
  54. this.panelControl1.Controls.Add(this.txt_GroupPlcId);
  55. this.panelControl1.Controls.Add(this.txt_GroupName);
  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(-1, 0);
  60. this.panelControl1.Name = "panelControl1";
  61. this.panelControl1.Size = new System.Drawing.Size(381, 164);
  62. this.panelControl1.TabIndex = 0;
  63. //
  64. // btn_Save
  65. //
  66. this.btn_Save.Location = new System.Drawing.Point(159, 122);
  67. this.btn_Save.Name = "btn_Save";
  68. this.btn_Save.Size = new System.Drawing.Size(51, 23);
  69. this.btn_Save.TabIndex = 4;
  70. this.btn_Save.Text = "保存";
  71. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  72. //
  73. // lookUp_GroupType
  74. //
  75. this.lookUp_GroupType.Location = new System.Drawing.Point(126, 53);
  76. this.lookUp_GroupType.Name = "lookUp_GroupType";
  77. this.lookUp_GroupType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  78. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  79. this.lookUp_GroupType.Size = new System.Drawing.Size(217, 20);
  80. this.lookUp_GroupType.TabIndex = 3;
  81. //
  82. // btn_Cancel
  83. //
  84. this.btn_Cancel.Location = new System.Drawing.Point(292, 122);
  85. this.btn_Cancel.Name = "btn_Cancel";
  86. this.btn_Cancel.Size = new System.Drawing.Size(51, 23);
  87. this.btn_Cancel.TabIndex = 2;
  88. this.btn_Cancel.Text = "取消";
  89. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  90. //
  91. // btn_Add
  92. //
  93. this.btn_Add.Location = new System.Drawing.Point(28, 122);
  94. this.btn_Add.Name = "btn_Add";
  95. this.btn_Add.Size = new System.Drawing.Size(51, 23);
  96. this.btn_Add.TabIndex = 2;
  97. this.btn_Add.Text = "添加";
  98. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  99. //
  100. // txt_GroupPlcId
  101. //
  102. this.txt_GroupPlcId.Location = new System.Drawing.Point(126, 83);
  103. this.txt_GroupPlcId.Name = "txt_GroupPlcId";
  104. this.txt_GroupPlcId.Size = new System.Drawing.Size(217, 20);
  105. this.txt_GroupPlcId.TabIndex = 1;
  106. //
  107. // txt_GroupName
  108. //
  109. this.txt_GroupName.Location = new System.Drawing.Point(126, 23);
  110. this.txt_GroupName.Name = "txt_GroupName";
  111. this.txt_GroupName.Size = new System.Drawing.Size(217, 20);
  112. this.txt_GroupName.TabIndex = 1;
  113. //
  114. // labelControl4
  115. //
  116. this.labelControl4.Location = new System.Drawing.Point(25, 86);
  117. this.labelControl4.Name = "labelControl4";
  118. this.labelControl4.Size = new System.Drawing.Size(92, 14);
  119. this.labelControl4.TabIndex = 0;
  120. this.labelControl4.Text = "组所属PLC编码:";
  121. //
  122. // labelControl3
  123. //
  124. this.labelControl3.Location = new System.Drawing.Point(25, 56);
  125. this.labelControl3.Name = "labelControl3";
  126. this.labelControl3.Size = new System.Drawing.Size(72, 14);
  127. this.labelControl3.TabIndex = 0;
  128. this.labelControl3.Text = "数据组类型:";
  129. //
  130. // labelControl2
  131. //
  132. this.labelControl2.Location = new System.Drawing.Point(25, 26);
  133. this.labelControl2.Name = "labelControl2";
  134. this.labelControl2.Size = new System.Drawing.Size(72, 14);
  135. this.labelControl2.TabIndex = 0;
  136. this.labelControl2.Text = "数据组名称:";
  137. //
  138. // FormEditGroup
  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(379, 163);
  143. this.Controls.Add(this.panelControl1);
  144. this.MaximizeBox = false;
  145. this.MinimizeBox = false;
  146. this.Name = "FormEditGroup";
  147. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  148. this.Text = "数据组信息";
  149. this.Load += new System.EventHandler(this.FormEditGroup_Load);
  150. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  151. this.panelControl1.ResumeLayout(false);
  152. this.panelControl1.PerformLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.lookUp_GroupType.Properties)).EndInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupPlcId.Properties)).EndInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).EndInit();
  156. this.ResumeLayout(false);
  157. }
  158. #endregion
  159. private DevExpress.XtraEditors.PanelControl panelControl1;
  160. private DevExpress.XtraEditors.LabelControl labelControl4;
  161. private DevExpress.XtraEditors.LabelControl labelControl3;
  162. private DevExpress.XtraEditors.LabelControl labelControl2;
  163. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  164. private DevExpress.XtraEditors.SimpleButton btn_Add;
  165. private DevExpress.XtraEditors.TextEdit txt_GroupPlcId;
  166. private DevExpress.XtraEditors.TextEdit txt_GroupName;
  167. private DevExpress.XtraEditors.LookUpEdit lookUp_GroupType;
  168. private DevExpress.XtraEditors.SimpleButton btn_Save;
  169. }
  170. }