华恒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.

226 lines
13 KiB

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