| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
- {
- partial class FrmEntrustApproval
- {
- /// <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()
- {
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- this.cmbPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtNote = new System.Windows.Forms.TextBox();
- this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- this.plPline = new System.Windows.Forms.Panel();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbTrans = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.chkFlag2 = new System.Windows.Forms.CheckBox();
- this.chkFlag1 = new System.Windows.Forms.CheckBox();
- this.panel2 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).BeginInit();
- this.plPline.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbTrans)).BeginInit();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // cmbPline
- //
- this.cmbPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbPline.Location = new System.Drawing.Point(92, 11);
- this.cmbPline.Name = "cmbPline";
- this.cmbPline.Size = new System.Drawing.Size(208, 21);
- this.cmbPline.TabIndex = 890;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(21, 14);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 891;
- this.label1.Text = "委托产线";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(21, 17);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(47, 12);
- this.label2.TabIndex = 892;
- this.label2.Text = "备 注";
- //
- // txtNote
- //
- this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtNote.Location = new System.Drawing.Point(92, 14);
- this.txtNote.Margin = new System.Windows.Forms.Padding(2);
- this.txtNote.Multiline = true;
- this.txtNote.Name = "txtNote";
- this.txtNote.Size = new System.Drawing.Size(229, 96);
- this.txtNote.TabIndex = 893;
- //
- // ultraButton2
- //
- this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ultraButton2.Location = new System.Drawing.Point(244, 130);
- this.ultraButton2.Name = "ultraButton2";
- this.ultraButton2.Size = new System.Drawing.Size(75, 23);
- this.ultraButton2.TabIndex = 1;
- this.ultraButton2.Text = "取消";
- //
- // ultraButton1
- //
- this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.ultraButton1.Location = new System.Drawing.Point(111, 130);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(75, 23);
- this.ultraButton1.TabIndex = 0;
- this.ultraButton1.Text = "确认";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // plPline
- //
- this.plPline.Controls.Add(this.label3);
- this.plPline.Controls.Add(this.cmbTrans);
- this.plPline.Controls.Add(this.chkFlag2);
- this.plPline.Controls.Add(this.chkFlag1);
- this.plPline.Controls.Add(this.label1);
- this.plPline.Controls.Add(this.cmbPline);
- this.plPline.Dock = System.Windows.Forms.DockStyle.Top;
- this.plPline.Location = new System.Drawing.Point(0, 0);
- this.plPline.Margin = new System.Windows.Forms.Padding(2);
- this.plPline.Name = "plPline";
- this.plPline.Size = new System.Drawing.Size(355, 101);
- this.plPline.TabIndex = 894;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(21, 41);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 896;
- this.label3.Text = "用车方式";
- //
- // cmbTrans
- //
- this.cmbTrans.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "1";
- valueListItem1.DisplayText = "自提";
- valueListItem3.DataValue = "2";
- valueListItem3.DisplayText = "派车";
- this.cmbTrans.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem3});
- this.cmbTrans.Location = new System.Drawing.Point(92, 38);
- this.cmbTrans.Name = "cmbTrans";
- this.cmbTrans.Size = new System.Drawing.Size(208, 21);
- this.cmbTrans.TabIndex = 895;
- //
- // chkFlag2
- //
- this.chkFlag2.AutoSize = true;
- this.chkFlag2.Location = new System.Drawing.Point(218, 72);
- this.chkFlag2.Margin = new System.Windows.Forms.Padding(2);
- this.chkFlag2.Name = "chkFlag2";
- this.chkFlag2.Size = new System.Drawing.Size(96, 16);
- this.chkFlag2.TabIndex = 894;
- this.chkFlag2.Text = "自动委托完成";
- this.chkFlag2.UseVisualStyleBackColor = true;
- //
- // chkFlag1
- //
- this.chkFlag1.AutoSize = true;
- this.chkFlag1.Location = new System.Drawing.Point(92, 72);
- this.chkFlag1.Margin = new System.Windows.Forms.Padding(2);
- this.chkFlag1.Name = "chkFlag1";
- this.chkFlag1.Size = new System.Drawing.Size(108, 16);
- this.chkFlag1.TabIndex = 892;
- this.chkFlag1.Text = "质保部自动审批";
- this.chkFlag1.UseVisualStyleBackColor = true;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.label2);
- this.panel2.Controls.Add(this.txtNote);
- this.panel2.Controls.Add(this.ultraButton1);
- this.panel2.Controls.Add(this.ultraButton2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 101);
- this.panel2.Margin = new System.Windows.Forms.Padding(2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(355, 173);
- this.panel2.TabIndex = 895;
- //
- // FrmEntrustApproval
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(355, 274);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.plPline);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "FrmEntrustApproval";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "委托审批";
- ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).EndInit();
- this.plPline.ResumeLayout(false);
- this.plPline.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbTrans)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPline;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtNote;
- private Infragistics.Win.Misc.UltraButton ultraButton2;
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- private System.Windows.Forms.Panel plPline;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.CheckBox chkFlag2;
- private System.Windows.Forms.CheckBox chkFlag1;
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbTrans;
- }
- }
|