| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- namespace Pur.pur_plan
- {
- partial class frmExamineMana
- {
- /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.lb_taskName = new System.Windows.Forms.Label();
- this.lb_OFFER_TIME_END = new System.Windows.Forms.Label();
- this.lb_OFFER_TIME_START = new System.Windows.Forms.Label();
- this.lb_taskId = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 1;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(857, 400);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(3, 83);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(851, 314);
- this.ultraGroupBox2.TabIndex = 1;
- this.ultraGroupBox2.Text = "询价单对比";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(845, 293);
- this.ultraGrid1.TabIndex = 1;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.lb_taskName);
- this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_END);
- this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_START);
- this.ultraGroupBox1.Controls.Add(this.lb_taskId);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(851, 74);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "任务单信息";
- //
- // lb_taskName
- //
- this.lb_taskName.AutoSize = true;
- this.lb_taskName.Location = new System.Drawing.Point(436, 29);
- this.lb_taskName.Name = "lb_taskName";
- this.lb_taskName.Size = new System.Drawing.Size(65, 12);
- this.lb_taskName.TabIndex = 23;
- this.lb_taskName.Text = "任务名称:";
- this.lb_taskName.Click += new System.EventHandler(this.lb_taskName_Click);
- //
- // lb_OFFER_TIME_END
- //
- this.lb_OFFER_TIME_END.AutoSize = true;
- this.lb_OFFER_TIME_END.Location = new System.Drawing.Point(459, 54);
- this.lb_OFFER_TIME_END.Name = "lb_OFFER_TIME_END";
- this.lb_OFFER_TIME_END.Size = new System.Drawing.Size(89, 12);
- this.lb_OFFER_TIME_END.TabIndex = 22;
- this.lb_OFFER_TIME_END.Text = "报价结束时间:";
- this.lb_OFFER_TIME_END.Click += new System.EventHandler(this.lb_OFFER_TIME_END_Click);
- //
- // lb_OFFER_TIME_START
- //
- this.lb_OFFER_TIME_START.AutoSize = true;
- this.lb_OFFER_TIME_START.Location = new System.Drawing.Point(93, 54);
- this.lb_OFFER_TIME_START.Name = "lb_OFFER_TIME_START";
- this.lb_OFFER_TIME_START.Size = new System.Drawing.Size(89, 12);
- this.lb_OFFER_TIME_START.TabIndex = 21;
- this.lb_OFFER_TIME_START.Text = "报价开始时间:";
- //
- // lb_taskId
- //
- this.lb_taskId.AutoSize = true;
- this.lb_taskId.Location = new System.Drawing.Point(72, 29);
- this.lb_taskId.Name = "lb_taskId";
- this.lb_taskId.Size = new System.Drawing.Size(65, 12);
- this.lb_taskId.TabIndex = 20;
- this.lb_taskId.Text = "任务编号:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(374, 54);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(89, 12);
- this.label3.TabIndex = 19;
- this.label3.Text = "报价结束时间:";
- this.label3.Click += new System.EventHandler(this.label3_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(374, 29);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(65, 12);
- this.label4.TabIndex = 18;
- this.label4.Text = "任务名称:";
- this.label4.Click += new System.EventHandler(this.label4_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(10, 29);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 12);
- this.label2.TabIndex = 17;
- this.label2.Text = "任务编号:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(10, 54);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(89, 12);
- this.label1.TabIndex = 16;
- this.label1.Text = "报价开始时间:";
- //
- // frmExamineMana
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(857, 400);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "frmExamineMana";
- this.Text = "frmExamineMana";
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Label lb_taskName;
- private System.Windows.Forms.Label lb_OFFER_TIME_END;
- private System.Windows.Forms.Label lb_OFFER_TIME_START;
- private System.Windows.Forms.Label lb_taskId;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- }
- }
|