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

214 lines
11 KiB

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