| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- namespace YangjieTester.主界面
- {
- partial class FirstTestSettingForm
- {
- /// <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.uiTabControl1 = new Sunny.UI.UITabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.txt载带1首件打样数量 = new PlcUiControl.PlcUiNumberInput();
- this.uiLabel47 = new Sunny.UI.UILabel();
- this.uiTabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTabControl1
- //
- this.uiTabControl1.Controls.Add(this.tabPage1);
- this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
- this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
- this.uiTabControl1.MainPage = "";
- this.uiTabControl1.Name = "uiTabControl1";
- this.uiTabControl1.SelectedIndex = 0;
- this.uiTabControl1.Size = new System.Drawing.Size(359, 128);
- this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.uiTabControl1.TabIndex = 207;
- this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.txt载带1首件打样数量);
- this.tabPage1.Controls.Add(this.uiLabel47);
- this.tabPage1.Location = new System.Drawing.Point(0, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(359, 88);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "载带";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // txt载带1首件打样数量
- //
- this.txt载带1首件打样数量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt载带1首件打样数量.DisabilityTriggerNode = null;
- this.txt载带1首件打样数量.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt载带1首件打样数量.Gain = 1D;
- this.txt载带1首件打样数量.IntegerDigits = 0;
- this.txt载带1首件打样数量.InvisibilityTriggerNode = null;
- this.txt载带1首件打样数量.Location = new System.Drawing.Point(113, 5);
- this.txt载带1首件打样数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt载带1首件打样数量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt载带1首件打样数量.Name = "txt载带1首件打样数量";
- this.txt载带1首件打样数量.Padding = new System.Windows.Forms.Padding(5);
- this.txt载带1首件打样数量.ReadNode = new Node("Application.A33_Encapsulation1_Auto.dw_QC样本带长度设定", NodeType.DWORD, null);
- this.txt载带1首件打样数量.ShowText = false;
- this.txt载带1首件打样数量.Size = new System.Drawing.Size(125, 27);
- this.txt载带1首件打样数量.TabIndex = 67;
- this.txt载带1首件打样数量.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.txt载带1首件打样数量.Type = Sunny.UI.UITextBox.UIEditType.Integer;
- this.txt载带1首件打样数量.Watermark = "";
- this.txt载带1首件打样数量.WriteNode = new Node("Application.A33_Encapsulation1_Auto.dw_QC样本带长度设定", NodeType.DWORD, null);
- //
- // uiLabel47
- //
- this.uiLabel47.AutoSize = true;
- this.uiLabel47.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel47.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel47.Location = new System.Drawing.Point(3, 9);
- this.uiLabel47.Name = "uiLabel47";
- this.uiLabel47.Size = new System.Drawing.Size(103, 16);
- this.uiLabel47.TabIndex = 66;
- this.uiLabel47.Text = "首件打样数量";
- //
- // FirstTestSettingForm
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(359, 163);
- this.Controls.Add(this.uiTabControl1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FirstTestSettingForm";
- this.Text = "首件打样测试";
- this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
- this.uiTabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITabControl uiTabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private PlcUiControl.PlcUiNumberInput txt载带1首件打样数量;
- private Sunny.UI.UILabel uiLabel47;
- }
- }
|