| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- namespace Core.StlMes.Client.SaleOrder.Dialog
- {
- partial class DetectionPopup
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetectionPopup));
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- this.labelNumericText1 = new Core.Mes.Client.Comm.Control.LabelNumericText();
- ((System.ComponentModel.ISupportInitialize)(this.labelNumericText1.UltraNumbericEditor)).BeginInit();
- this.SuspendLayout();
- //
- // ultraButton1
- //
- this.ultraButton1.Location = new System.Drawing.Point(132, 16);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(75, 23);
- this.ultraButton1.TabIndex = 1;
- this.ultraButton1.Text = "确认";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // labelNumericText1
- //
- //
- //
- //
- this.labelNumericText1.CheckBox.AutoSize = true;
- this.labelNumericText1.CheckBox.Checked = true;
- this.labelNumericText1.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.labelNumericText1.CheckBox.Location = new System.Drawing.Point(4, 5);
- this.labelNumericText1.CheckBox.Name = "checkBox1";
- this.labelNumericText1.CheckBox.Size = new System.Drawing.Size(15, 14);
- this.labelNumericText1.CheckBox.TabIndex = 1;
- this.labelNumericText1.CheckBox.UseVisualStyleBackColor = true;
- this.labelNumericText1.CheckBox.Visible = false;
- //
- //
- //
- this.labelNumericText1.Label.AutoSize = true;
- this.labelNumericText1.Label.Location = new System.Drawing.Point(4, 5);
- this.labelNumericText1.Label.Name = "label1";
- this.labelNumericText1.Label.Size = new System.Drawing.Size(29, 12);
- this.labelNumericText1.Label.TabIndex = 0;
- this.labelNumericText1.Label.Text = "切长";
- this.labelNumericText1.Location = new System.Drawing.Point(20, 16);
- this.labelNumericText1.Name = "labelNumericText1";
- this.labelNumericText1.Size = new System.Drawing.Size(92, 21);
- this.labelNumericText1.TabIndex = 2;
- //
- //
- //
- this.labelNumericText1.UltraNumbericEditor.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelNumericText1.UltraNumbericEditor.Location = new System.Drawing.Point(0, 0);
- this.labelNumericText1.UltraNumbericEditor.MaskInput = "nnnnnn";
- this.labelNumericText1.UltraNumbericEditor.MinValue = 0;
- this.labelNumericText1.UltraNumbericEditor.Name = "ultraNumericEditor1";
- this.labelNumericText1.UltraNumbericEditor.Nullable = true;
- this.labelNumericText1.UltraNumbericEditor.Size = new System.Drawing.Size(56, 21);
- this.labelNumericText1.UltraNumbericEditor.TabIndex = 0;
- //
- // DetectionPopup
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(219, 54);
- this.Controls.Add(this.labelNumericText1);
- this.Controls.Add(this.ultraButton1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DetectionPopup";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "在线机探盲区切长";
- ((System.ComponentModel.ISupportInitialize)(this.labelNumericText1.UltraNumbericEditor)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- private Mes.Client.Comm.Control.LabelNumericText labelNumericText1;
- public Mes.Client.Comm.Control.LabelNumericText LabelNumericText1
- {
- get { return labelNumericText1; }
- set { labelNumericText1 = value; }
- }
- }
- }
|