namespace CNAS_DBSync { partial class frmInstrumentCode { /// /// 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.txtCode = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtCode // this.txtCode.Location = new System.Drawing.Point(21, 23); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(292, 21); this.txtCode.TabIndex = 0; // // btnOK // this.btnOK.Location = new System.Drawing.Point(334, 23); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // frmInstrumentCode // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(432, 66); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtCode); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmInstrumentCode"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "请填写仪器编号"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Button btnOK; } }