| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
- {
- partial class FrmEntrustApply
- {
- /// <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.cmbType = 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();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
- this.SuspendLayout();
- //
- // cmbType
- //
- this.cmbType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbType.Location = new System.Drawing.Point(122, 33);
- this.cmbType.Margin = new System.Windows.Forms.Padding(4);
- this.cmbType.Name = "cmbType";
- this.cmbType.Size = new System.Drawing.Size(278, 24);
- this.cmbType.TabIndex = 890;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(28, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(67, 15);
- this.label1.TabIndex = 891;
- this.label1.Text = "委托项目";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(28, 87);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(61, 15);
- this.label2.TabIndex = 892;
- this.label2.Text = "备 注";
- //
- // txtNote
- //
- this.txtNote.Location = new System.Drawing.Point(122, 84);
- this.txtNote.Multiline = true;
- this.txtNote.Name = "txtNote";
- this.txtNote.Size = new System.Drawing.Size(278, 114);
- this.txtNote.TabIndex = 893;
- //
- // ultraButton2
- //
- this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ultraButton2.Location = new System.Drawing.Point(300, 223);
- this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraButton2.Name = "ultraButton2";
- this.ultraButton2.Size = new System.Drawing.Size(100, 29);
- this.ultraButton2.TabIndex = 1;
- this.ultraButton2.Text = "取消";
- //
- // ultraButton1
- //
- this.ultraButton1.Location = new System.Drawing.Point(122, 223);
- this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(100, 29);
- this.ultraButton1.TabIndex = 0;
- this.ultraButton1.Text = "确认";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // FrmEntrustApply
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(448, 294);
- this.Controls.Add(this.ultraButton2);
- this.Controls.Add(this.ultraButton1);
- this.Controls.Add(this.txtNote);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.cmbType);
- this.Name = "FrmEntrustApply";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "委托申请";
- ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType;
- 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;
- }
- }
|