123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- namespace UAS_MES.Special
- {
- partial class Special_ChangeSNCraft
- {
- /// <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(Special_ChangeSNCraft));
- this.sn_code_label = new System.Windows.Forms.Label();
- this.cr_code_label = new System.Windows.Forms.Label();
- this.cr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
- this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.SuspendLayout();
- //
- // sn_code_label
- //
- this.sn_code_label.AutoSize = true;
- this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_code_label.Location = new System.Drawing.Point(95, 196);
- this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.sn_code_label.Name = "sn_code_label";
- this.sn_code_label.Size = new System.Drawing.Size(58, 21);
- this.sn_code_label.TabIndex = 149;
- this.sn_code_label.Text = "序列号";
- //
- // cr_code_label
- //
- this.cr_code_label.AutoSize = true;
- this.cr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cr_code_label.Location = new System.Drawing.Point(95, 246);
- this.cr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.cr_code_label.Name = "cr_code_label";
- this.cr_code_label.Size = new System.Drawing.Size(42, 21);
- this.cr_code_label.TabIndex = 155;
- this.cr_code_label.Text = "途程";
- //
- // cr_code
- //
- this.cr_code.AllPower = null;
- this.cr_code.Caller = null;
- this.cr_code.Condition = null;
- this.cr_code.DBTitle = null;
- this.cr_code.FormName = null;
- this.cr_code.Location = new System.Drawing.Point(174, 246);
- this.cr_code.Name = "cr_code";
- this.cr_code.Power = null;
- this.cr_code.ReturnData = null;
- this.cr_code.SelectField = null;
- this.cr_code.SetValueField = null;
- this.cr_code.Size = new System.Drawing.Size(199, 21);
- this.cr_code.TabIndex = 154;
- this.cr_code.TableName = null;
- this.cr_code.TextBoxEnable = false;
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(562, 396);
- this.Clean.Margin = new System.Windows.Forms.Padding(4);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(60, 25);
- this.Clean.TabIndex = 153;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(477, 79);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(232, 309);
- this.OperateResult.TabIndex = 152;
- this.OperateResult.Text = "";
- //
- // Confirm
- //
- this.Confirm.AllPower = "ifall";
- this.Confirm.BackColor = System.Drawing.Color.Transparent;
- this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
- this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
- this.Confirm.IsShowBorder = true;
- this.Confirm.Location = new System.Drawing.Point(222, 296);
- this.Confirm.Margin = new System.Windows.Forms.Padding(4);
- this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
- this.Confirm.Name = "Confirm";
- this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
- this.Confirm.Power = "ifspecial";
- this.Confirm.Size = new System.Drawing.Size(60, 25);
- this.Confirm.TabIndex = 151;
- this.Confirm.Text = "确认";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // sn_code
- //
- this.sn_code.AllPower = null;
- this.sn_code.BackColor = System.Drawing.Color.White;
- this.sn_code.ID = null;
- this.sn_code.Location = new System.Drawing.Point(174, 197);
- this.sn_code.Margin = new System.Windows.Forms.Padding(4);
- this.sn_code.Name = "sn_code";
- this.sn_code.Power = null;
- this.sn_code.Size = new System.Drawing.Size(176, 21);
- this.sn_code.Str = null;
- this.sn_code.Str1 = null;
- this.sn_code.Str2 = null;
- this.sn_code.TabIndex = 150;
- //
- // Special_ChangeSNCraft
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(805, 501);
- this.Controls.Add(this.cr_code_label);
- this.Controls.Add(this.cr_code);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.sn_code);
- this.Controls.Add(this.sn_code_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Special_ChangeSNCraft";
- this.Tag = "Special!ChangeSNCraft";
- this.Text = "Special_ChangeSNCraft";
- this.Load += new System.EventHandler(this.Special_ChangeSNCraft_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton Clean;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ButtonUtil.NormalButton Confirm;
- private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
- private System.Windows.Forms.Label sn_code_label;
- private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
- private System.Windows.Forms.Label cr_code_label;
- }
- }
|