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

225 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSVenDorChoose
  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(FormICSVenDorChoose));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtVendorCode = new DevExpress.XtraEditors.GridLookUpEdit();
  32. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.txtVendorName = 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.txtVendorCode.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtVendorName.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(0, 3);
  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(100, 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.txtVendorCode);
  66. this.panelControl1.Controls.Add(this.txtVendorName);
  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(672, 87);
  73. this.panelControl1.TabIndex = 27;
  74. //
  75. // txtVendorCode
  76. //
  77. this.txtVendorCode.EditValue = "";
  78. this.txtVendorCode.Location = new System.Drawing.Point(155, 30);
  79. this.txtVendorCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  80. this.txtVendorCode.Name = "txtVendorCode";
  81. this.txtVendorCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  82. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  83. this.txtVendorCode.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  84. this.txtVendorCode.Properties.View = this.gridLookUpEdit1View;
  85. this.txtVendorCode.Size = new System.Drawing.Size(150, 24);
  86. this.txtVendorCode.TabIndex = 204;
  87. this.txtVendorCode.EditValueChanged += new System.EventHandler(this.gluItemCode_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. // txtVendorName
  97. //
  98. this.txtVendorName.Enabled = false;
  99. this.txtVendorName.Location = new System.Drawing.Point(450, 30);
  100. this.txtVendorName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  101. this.txtVendorName.Name = "txtVendorName";
  102. this.txtVendorName.Size = new System.Drawing.Size(150, 24);
  103. this.txtVendorName.TabIndex = 92;
  104. //
  105. // label6
  106. //
  107. this.label6.AutoSize = true;
  108. this.label6.Location = new System.Drawing.Point(356, 34);
  109. this.label6.Name = "label6";
  110. this.label6.Size = new System.Drawing.Size(98, 18);
  111. this.label6.TabIndex = 91;
  112. this.label6.Text = "供应商名称:";
  113. //
  114. // label1
  115. //
  116. this.label1.AutoSize = true;
  117. this.label1.Location = new System.Drawing.Point(42, 34);
  118. this.label1.Name = "label1";
  119. this.label1.Size = new System.Drawing.Size(98, 18);
  120. this.label1.TabIndex = 8;
  121. this.label1.Text = "供应商编码:";
  122. //
  123. // btnOK
  124. //
  125. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  126. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  128. this.btnOK.Appearance.Options.UseFont = true;
  129. this.btnOK.Appearance.Options.UseForeColor = true;
  130. this.btnOK.Appearance.Options.UseTextOptions = true;
  131. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  132. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  133. this.btnOK.Location = new System.Drawing.Point(504, 133);
  134. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  135. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  136. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  137. this.btnOK.Name = "btnOK";
  138. this.btnOK.Size = new System.Drawing.Size(80, 39);
  139. this.btnOK.TabIndex = 28;
  140. this.btnOK.Text = "保存";
  141. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  142. //
  143. // btnCancle
  144. //
  145. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  146. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  148. this.btnCancle.Appearance.Options.UseFont = true;
  149. this.btnCancle.Appearance.Options.UseForeColor = true;
  150. this.btnCancle.Appearance.Options.UseTextOptions = true;
  151. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  152. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  153. this.btnCancle.Location = new System.Drawing.Point(595, 133);
  154. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  155. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  156. this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.btnCancle.Name = "btnCancle";
  158. this.btnCancle.Size = new System.Drawing.Size(80, 39);
  159. this.btnCancle.TabIndex = 29;
  160. this.btnCancle.Text = "取消";
  161. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  162. //
  163. // btnClose
  164. //
  165. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  166. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  167. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  168. this.btnClose.Appearance.Options.UseFont = true;
  169. this.btnClose.Appearance.Options.UseForeColor = true;
  170. this.btnClose.Appearance.Options.UseTextOptions = true;
  171. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  172. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  173. this.btnClose.Location = new System.Drawing.Point(645, 0);
  174. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  175. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  176. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  177. this.btnClose.Name = "btnClose";
  178. this.btnClose.Size = new System.Drawing.Size(30, 39);
  179. this.btnClose.TabIndex = 30;
  180. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  181. //
  182. // FormICSVenDor
  183. //
  184. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  185. this.Appearance.Options.UseBackColor = true;
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.ClientSize = new System.Drawing.Size(677, 171);
  189. this.Controls.Add(this.btnClose);
  190. this.Controls.Add(this.btnCancle);
  191. this.Controls.Add(this.btnOK);
  192. this.Controls.Add(this.panelControl1);
  193. this.Controls.Add(this.labelControl1);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  195. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  196. this.Name = "FormICSVenDor";
  197. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  198. this.Text = "产品工序价格";
  199. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  200. this.panelControl1.ResumeLayout(false);
  201. this.panelControl1.PerformLayout();
  202. ((System.ComponentModel.ISupportInitialize)(this.txtVendorCode.Properties)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txtVendorName.Properties)).EndInit();
  205. this.ResumeLayout(false);
  206. this.PerformLayout();
  207. }
  208. #endregion
  209. private DevExpress.XtraEditors.LabelControl labelControl1;
  210. private DevExpress.XtraEditors.PanelControl panelControl1;
  211. private DevExpress.XtraEditors.SimpleButton btnOK;
  212. private DevExpress.XtraEditors.SimpleButton btnCancle;
  213. private DevExpress.XtraEditors.SimpleButton btnClose;
  214. private System.Windows.Forms.Label label1;
  215. private DevExpress.XtraEditors.TextEdit txtVendorName;
  216. private System.Windows.Forms.Label label6;
  217. private DevExpress.XtraEditors.GridLookUpEdit txtVendorCode;
  218. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  219. }
  220. }