|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- namespace MaiMuAOI.SysUI.ProductAndStep
- {
- partial class InputFrm
- {
- /// <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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.cobList = new System.Windows.Forms.ComboBox();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.tbInputSN = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.FatherForm = null;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(504, 46);
- this.uiTitel1.TabIndex = 27;
- //
- // cobList
- //
- this.cobList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cobList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cobList.FormattingEnabled = true;
- this.cobList.Location = new System.Drawing.Point(24, 91);
- this.cobList.Margin = new System.Windows.Forms.Padding(2);
- this.cobList.Name = "cobList";
- this.cobList.Size = new System.Drawing.Size(438, 29);
- this.cobList.TabIndex = 30;
- //
- // btnCancel
- //
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(393, 125);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(69, 31);
- this.btnCancel.TabIndex = 28;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnOK
- //
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(265, 125);
- this.btnOK.Margin = new System.Windows.Forms.Padding(2);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(69, 31);
- this.btnOK.TabIndex = 29;
- this.btnOK.Text = "确认";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // tbInputSN
- //
- this.tbInputSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInputSN.Location = new System.Drawing.Point(24, 91);
- this.tbInputSN.Name = "tbInputSN";
- this.tbInputSN.Size = new System.Drawing.Size(438, 29);
- this.tbInputSN.TabIndex = 31;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.label1.Location = new System.Drawing.Point(22, 61);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(58, 21);
- this.label1.TabIndex = 32;
- this.label1.Text = "输入:";
- //
- // InputFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(504, 177);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.tbInputSN);
- this.Controls.Add(this.cobList);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.uiTitel1);
- this.Name = "InputFrm";
- this.Text = "输入";
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.ComboBox cobList;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.TextBox tbInputSN;
- private System.Windows.Forms.Label label1;
- }
- }
|