华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

211 lines
12 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSAGVLocationAdd
  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(FormICSAGVLocationAdd));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.LocationName = new DevExpress.XtraEditors.TextEdit();
  32. this.label6 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.LocationCode = new DevExpress.XtraEditors.TextEdit();
  35. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  38. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  39. this.panelControl1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.LocationName.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.LocationCode.Properties)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // labelControl1
  45. //
  46. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  48. this.labelControl1.Location = new System.Drawing.Point(14, 2);
  49. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  50. this.labelControl1.Name = "labelControl1";
  51. this.labelControl1.Size = new System.Drawing.Size(100, 27);
  52. this.labelControl1.TabIndex = 26;
  53. this.labelControl1.Text = "产品别信息";
  54. //
  55. // panelControl1
  56. //
  57. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  61. this.panelControl1.Appearance.Options.UseBackColor = true;
  62. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  63. this.panelControl1.Controls.Add(this.LocationName);
  64. this.panelControl1.Controls.Add(this.label6);
  65. this.panelControl1.Controls.Add(this.label1);
  66. this.panelControl1.Controls.Add(this.LocationCode);
  67. this.panelControl1.Location = new System.Drawing.Point(3, 49);
  68. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  69. this.panelControl1.Name = "panelControl1";
  70. this.panelControl1.Padding = new System.Windows.Forms.Padding(6, 0, 0, 0);
  71. this.panelControl1.Size = new System.Drawing.Size(347, 140);
  72. this.panelControl1.TabIndex = 27;
  73. //
  74. // LocationName
  75. //
  76. this.LocationName.Location = new System.Drawing.Point(140, 81);
  77. this.LocationName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  78. this.LocationName.Name = "LocationName";
  79. this.LocationName.Size = new System.Drawing.Size(167, 24);
  80. this.LocationName.TabIndex = 215;
  81. //
  82. // label6
  83. //
  84. this.label6.AutoSize = true;
  85. this.label6.Location = new System.Drawing.Point(38, 84);
  86. this.label6.Name = "label6";
  87. this.label6.Size = new System.Drawing.Size(83, 18);
  88. this.label6.TabIndex = 214;
  89. this.label6.Text = "点位名称:";
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Location = new System.Drawing.Point(38, 39);
  95. this.label1.Name = "label1";
  96. this.label1.Size = new System.Drawing.Size(73, 18);
  97. this.label1.TabIndex = 66;
  98. this.label1.Text = "点位编码:";
  99. //
  100. // LocationCode
  101. //
  102. this.LocationCode.EditValue = "";
  103. this.LocationCode.Location = new System.Drawing.Point(140, 33);
  104. this.LocationCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.LocationCode.Name = "LocationCode";
  106. this.LocationCode.Properties.NullText = "[EditValue is null]";
  107. this.LocationCode.Size = new System.Drawing.Size(167, 24);
  108. this.LocationCode.TabIndex = 205;
  109. //
  110. // btnClose
  111. //
  112. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  114. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  115. this.btnClose.Appearance.Options.UseFont = true;
  116. this.btnClose.Appearance.Options.UseForeColor = true;
  117. this.btnClose.Appearance.Options.UseTextOptions = true;
  118. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  119. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  120. this.btnClose.Location = new System.Drawing.Point(323, 2);
  121. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  122. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  123. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  124. this.btnClose.Name = "btnClose";
  125. this.btnClose.Size = new System.Drawing.Size(30, 38);
  126. this.btnClose.TabIndex = 30;
  127. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  128. //
  129. // btnCancle
  130. //
  131. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  132. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  133. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  134. this.btnCancle.Appearance.Options.UseFont = true;
  135. this.btnCancle.Appearance.Options.UseForeColor = true;
  136. this.btnCancle.Appearance.Options.UseTextOptions = true;
  137. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  138. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  139. this.btnCancle.Location = new System.Drawing.Point(273, 197);
  140. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  141. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  142. this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  143. this.btnCancle.Name = "btnCancle";
  144. this.btnCancle.Size = new System.Drawing.Size(80, 38);
  145. this.btnCancle.TabIndex = 29;
  146. this.btnCancle.Text = "取消";
  147. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  148. //
  149. // btnOK
  150. //
  151. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  152. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  154. this.btnOK.Appearance.Options.UseFont = true;
  155. this.btnOK.Appearance.Options.UseForeColor = true;
  156. this.btnOK.Appearance.Options.UseTextOptions = true;
  157. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  158. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  159. this.btnOK.Location = new System.Drawing.Point(183, 197);
  160. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  161. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  162. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  163. this.btnOK.Name = "btnOK";
  164. this.btnOK.Size = new System.Drawing.Size(80, 38);
  165. this.btnOK.TabIndex = 28;
  166. this.btnOK.Text = "保存";
  167. this.btnOK.Click += new System.EventHandler(this.save_Click);
  168. //
  169. // FormICSAGVLocationAdd
  170. //
  171. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  172. this.Appearance.Options.UseBackColor = true;
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.ClientSize = new System.Drawing.Size(354, 237);
  176. this.Controls.Add(this.btnClose);
  177. this.Controls.Add(this.btnCancle);
  178. this.Controls.Add(this.btnOK);
  179. this.Controls.Add(this.panelControl1);
  180. this.Controls.Add(this.labelControl1);
  181. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  182. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  183. this.Name = "FormICSAGVLocationAdd";
  184. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  185. this.Text = "FormICSShifTypeAdd";
  186. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  187. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  188. this.panelControl1.ResumeLayout(false);
  189. this.panelControl1.PerformLayout();
  190. ((System.ComponentModel.ISupportInitialize)(this.LocationName.Properties)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.LocationCode.Properties)).EndInit();
  192. this.ResumeLayout(false);
  193. this.PerformLayout();
  194. }
  195. #endregion
  196. private DevExpress.XtraEditors.LabelControl labelControl1;
  197. private DevExpress.XtraEditors.PanelControl panelControl1;
  198. private DevExpress.XtraEditors.SimpleButton btnOK;
  199. private DevExpress.XtraEditors.SimpleButton btnCancle;
  200. private DevExpress.XtraEditors.SimpleButton btnClose;
  201. private System.Windows.Forms.Label label1;
  202. private DevExpress.XtraEditors.TextEdit LocationName;
  203. private System.Windows.Forms.Label label6;
  204. private DevExpress.XtraEditors.TextEdit LocationCode;
  205. }
  206. }