namespace SYNC_SAP_MES { partial class D_Sure { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btn_Sure = new System.Windows.Forms.Button(); this.btn_Cancel = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txt_Sure = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btn_Sure // this.btn_Sure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Sure.Location = new System.Drawing.Point(174, 185); this.btn_Sure.Name = "btn_Sure"; this.btn_Sure.Size = new System.Drawing.Size(80, 38); this.btn_Sure.TabIndex = 2; this.btn_Sure.Text = "确定"; this.btn_Sure.UseVisualStyleBackColor = true; this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click); // // btn_Cancel // this.btn_Cancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Cancel.Location = new System.Drawing.Point(260, 185); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(80, 38); this.btn_Cancel.TabIndex = 2; this.btn_Cancel.Text = "取消"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(58, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 14); this.label2.TabIndex = 0; this.label2.Text = "请输入“确认”"; // // txt_Sure // this.txt_Sure.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_Sure.Location = new System.Drawing.Point(61, 110); this.txt_Sure.Multiline = true; this.txt_Sure.Name = "txt_Sure"; this.txt_Sure.Size = new System.Drawing.Size(279, 37); this.txt_Sure.TabIndex = 1; // // D_Sure // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(398, 269); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Sure); this.Controls.Add(this.txt_Sure); this.Controls.Add(this.label2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "D_Sure"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "信息确认"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_Sure; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txt_Sure; } }