锐腾搅拌上料功能
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.

278 lines
15 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSVendorAdd
  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(FormICSVendorAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.save = new DevExpress.XtraEditors.SimpleButton();
  32. this.can = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  35. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  36. this.txtVendorName = new DevExpress.XtraEditors.TextEdit();
  37. this.txtVendorCode = new DevExpress.XtraEditors.TextEdit();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtVendorName.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtVendorCode.Properties)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  55. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  57. this.btnClose.Appearance.Options.UseFont = true;
  58. this.btnClose.Appearance.Options.UseForeColor = true;
  59. this.btnClose.Appearance.Options.UseTextOptions = true;
  60. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  61. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  62. this.btnClose.Location = new System.Drawing.Point(273, 1);
  63. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  64. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  65. this.btnClose.Name = "btnClose";
  66. this.btnClose.Size = new System.Drawing.Size(26, 23);
  67. this.btnClose.TabIndex = 5;
  68. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  69. //
  70. // lblTitle
  71. //
  72. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  74. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  75. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  76. this.lblTitle.Name = "lblTitle";
  77. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  78. this.lblTitle.TabIndex = 6;
  79. this.lblTitle.Text = "新增";
  80. //
  81. // save
  82. //
  83. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  84. this.save.Location = new System.Drawing.Point(134, 306);
  85. this.save.Name = "save";
  86. this.save.Size = new System.Drawing.Size(68, 23);
  87. this.save.TabIndex = 30;
  88. this.save.Text = "保存";
  89. this.save.Click += new System.EventHandler(this.save_Click);
  90. //
  91. // can
  92. //
  93. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  94. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  95. this.can.Location = new System.Drawing.Point(208, 306);
  96. this.can.Name = "can";
  97. this.can.Size = new System.Drawing.Size(68, 23);
  98. this.can.TabIndex = 31;
  99. this.can.Text = "取消";
  100. this.can.Click += new System.EventHandler(this.btnClose_Click);
  101. //
  102. // panelControl1
  103. //
  104. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  108. this.panelControl1.Appearance.Options.UseBackColor = true;
  109. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  110. this.panelControl1.Controls.Add(this.txtMTIME);
  111. this.panelControl1.Controls.Add(this.txtMUSERName);
  112. this.panelControl1.Controls.Add(this.txtVendorName);
  113. this.panelControl1.Controls.Add(this.txtVendorCode);
  114. this.panelControl1.Controls.Add(this.label4);
  115. this.panelControl1.Controls.Add(this.label3);
  116. this.panelControl1.Controls.Add(this.label2);
  117. this.panelControl1.Controls.Add(this.label1);
  118. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  119. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  120. this.panelControl1.Name = "panelControl1";
  121. this.panelControl1.Size = new System.Drawing.Size(298, 237);
  122. this.panelControl1.TabIndex = 23;
  123. //
  124. // txtMTIME
  125. //
  126. this.txtMTIME.Location = new System.Drawing.Point(121, 168);
  127. this.txtMTIME.Name = "txtMTIME";
  128. this.txtMTIME.Properties.ReadOnly = true;
  129. this.txtMTIME.Size = new System.Drawing.Size(123, 20);
  130. this.txtMTIME.TabIndex = 7;
  131. //
  132. // txtMUSERName
  133. //
  134. this.txtMUSERName.Location = new System.Drawing.Point(121, 125);
  135. this.txtMUSERName.Name = "txtMUSERName";
  136. this.txtMUSERName.Properties.ReadOnly = true;
  137. this.txtMUSERName.Size = new System.Drawing.Size(123, 20);
  138. this.txtMUSERName.TabIndex = 6;
  139. //
  140. // txtVendorName
  141. //
  142. this.txtVendorName.Location = new System.Drawing.Point(121, 79);
  143. this.txtVendorName.Name = "txtVendorName";
  144. this.txtVendorName.Size = new System.Drawing.Size(123, 20);
  145. this.txtVendorName.TabIndex = 5;
  146. //
  147. // txtVendorCode
  148. //
  149. this.txtVendorCode.Location = new System.Drawing.Point(121, 35);
  150. this.txtVendorCode.Name = "txtVendorCode";
  151. this.txtVendorCode.Size = new System.Drawing.Size(123, 20);
  152. this.txtVendorCode.TabIndex = 4;
  153. //
  154. // label4
  155. //
  156. this.label4.AutoSize = true;
  157. this.label4.Location = new System.Drawing.Point(49, 171);
  158. this.label4.Name = "label4";
  159. this.label4.Size = new System.Drawing.Size(55, 14);
  160. this.label4.TabIndex = 3;
  161. this.label4.Text = "维护日期";
  162. //
  163. // label3
  164. //
  165. this.label3.AutoSize = true;
  166. this.label3.Location = new System.Drawing.Point(49, 128);
  167. this.label3.Name = "label3";
  168. this.label3.Size = new System.Drawing.Size(43, 14);
  169. this.label3.TabIndex = 2;
  170. this.label3.Text = "维护人";
  171. //
  172. // label2
  173. //
  174. this.label2.AutoSize = true;
  175. this.label2.Location = new System.Drawing.Point(49, 85);
  176. this.label2.Name = "label2";
  177. this.label2.Size = new System.Drawing.Size(55, 14);
  178. this.label2.TabIndex = 1;
  179. this.label2.Text = "厂商名称";
  180. //
  181. // label1
  182. //
  183. this.label1.AutoSize = true;
  184. this.label1.Location = new System.Drawing.Point(49, 38);
  185. this.label1.Name = "label1";
  186. this.label1.Size = new System.Drawing.Size(55, 14);
  187. this.label1.TabIndex = 0;
  188. this.label1.Text = "厂商代码";
  189. //
  190. // btnCancle
  191. //
  192. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  193. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  194. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  195. this.btnCancle.Appearance.Options.UseFont = true;
  196. this.btnCancle.Appearance.Options.UseForeColor = true;
  197. this.btnCancle.Appearance.Options.UseTextOptions = true;
  198. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  199. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  200. this.btnCancle.Location = new System.Drawing.Point(218, 267);
  201. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  202. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  203. this.btnCancle.Name = "btnCancle";
  204. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  205. this.btnCancle.TabIndex = 122;
  206. this.btnCancle.Text = "取消";
  207. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  208. //
  209. // btnOK
  210. //
  211. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  212. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  213. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  214. this.btnOK.Appearance.Options.UseFont = true;
  215. this.btnOK.Appearance.Options.UseForeColor = true;
  216. this.btnOK.Appearance.Options.UseTextOptions = true;
  217. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  218. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  219. this.btnOK.Location = new System.Drawing.Point(142, 267);
  220. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  221. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  222. this.btnOK.Name = "btnOK";
  223. this.btnOK.Size = new System.Drawing.Size(70, 30);
  224. this.btnOK.TabIndex = 121;
  225. this.btnOK.Text = "保存";
  226. this.btnOK.Click += new System.EventHandler(this.save_Click);
  227. //
  228. // FormICSVendorAdd
  229. //
  230. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  231. this.Appearance.Options.UseBackColor = true;
  232. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  234. this.ClientSize = new System.Drawing.Size(300, 300);
  235. this.Controls.Add(this.btnCancle);
  236. this.Controls.Add(this.btnOK);
  237. this.Controls.Add(this.panelControl1);
  238. this.Controls.Add(this.lblTitle);
  239. this.Controls.Add(this.btnClose);
  240. this.Controls.Add(this.save);
  241. this.Controls.Add(this.can);
  242. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  243. this.Name = "FormICSVendorAdd";
  244. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  245. this.Text = "厂商信息编辑";
  246. this.Load += new System.EventHandler(this.FormICSVendorAdd_Load);
  247. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  248. this.panelControl1.ResumeLayout(false);
  249. this.panelControl1.PerformLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.txtVendorName.Properties)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.txtVendorCode.Properties)).EndInit();
  254. this.ResumeLayout(false);
  255. }
  256. #endregion
  257. private DevExpress.XtraEditors.SimpleButton btnClose;
  258. private DevExpress.XtraEditors.LabelControl lblTitle;
  259. private DevExpress.XtraEditors.SimpleButton save;
  260. private DevExpress.XtraEditors.SimpleButton can;
  261. private DevExpress.XtraEditors.PanelControl panelControl1;
  262. private DevExpress.XtraEditors.SimpleButton btnCancle;
  263. private DevExpress.XtraEditors.SimpleButton btnOK;
  264. private DevExpress.XtraEditors.TextEdit txtMTIME;
  265. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  266. private DevExpress.XtraEditors.TextEdit txtVendorName;
  267. private DevExpress.XtraEditors.TextEdit txtVendorCode;
  268. private System.Windows.Forms.Label label4;
  269. private System.Windows.Forms.Label label3;
  270. private System.Windows.Forms.Label label2;
  271. private System.Windows.Forms.Label label1;
  272. }
  273. }