123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_StencilScrapReason
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.ConfirmScrap = new System.Windows.Forms.Button();
- this.Reason = new System.Windows.Forms.RichTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // ConfirmScrap
- //
- this.ConfirmScrap.BackColor = System.Drawing.Color.Transparent;
- this.ConfirmScrap.Location = new System.Drawing.Point(170, 138);
- this.ConfirmScrap.Name = "ConfirmScrap";
- this.ConfirmScrap.Size = new System.Drawing.Size(75, 28);
- this.ConfirmScrap.TabIndex = 0;
- this.ConfirmScrap.Text = "确认";
- this.ConfirmScrap.UseVisualStyleBackColor = false;
- //
- // Reason
- //
- this.Reason.Location = new System.Drawing.Point(80, 19);
- this.Reason.Name = "Reason";
- this.Reason.Size = new System.Drawing.Size(325, 109);
- this.Reason.TabIndex = 1;
- this.Reason.Text = "";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(8, 22);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 20);
- this.label1.TabIndex = 2;
- this.label1.Text = "报废原因";
- //
- // Make_StencilScrapReason
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(417, 172);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Reason);
- this.Controls.Add(this.ConfirmScrap);
- this.Name = "Make_StencilScrapReason";
- this.Tag = "ShowDialogWindow";
- this.Text = "钢网报废";
- this.Load += new System.EventHandler(this.Make_StencilScrapReason_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button ConfirmScrap;
- private System.Windows.Forms.RichTextBox Reason;
- private System.Windows.Forms.Label label1;
- }
- }
|