namespace Pur.Pop_upWindow
{
partial class frmPopTaskOfferDelay
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopTaskOfferDelay));
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.ultDt_OFFER_TIME_END = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultDt_OFFER_TIME_START = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.label14 = new System.Windows.Forms.Label();
this.lb_ultDt_OFFER_TIME_START = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.btn_upd = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_END)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_START)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.panel3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(324, 104);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.ultDt_OFFER_TIME_END);
this.panel2.Controls.Add(this.ultDt_OFFER_TIME_START);
this.panel2.Controls.Add(this.label14);
this.panel2.Controls.Add(this.lb_ultDt_OFFER_TIME_START);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(324, 65);
this.panel2.TabIndex = 0;
//
// ultDt_OFFER_TIME_END
//
this.ultDt_OFFER_TIME_END.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
this.ultDt_OFFER_TIME_END.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
this.ultDt_OFFER_TIME_END.Location = new System.Drawing.Point(105, 34);
this.ultDt_OFFER_TIME_END.MaskInput = "{date} {longtime}";
this.ultDt_OFFER_TIME_END.Name = "ultDt_OFFER_TIME_END";
this.ultDt_OFFER_TIME_END.Size = new System.Drawing.Size(191, 21);
this.ultDt_OFFER_TIME_END.TabIndex = 144;
//
// ultDt_OFFER_TIME_START
//
this.ultDt_OFFER_TIME_START.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
this.ultDt_OFFER_TIME_START.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
this.ultDt_OFFER_TIME_START.Location = new System.Drawing.Point(105, 7);
this.ultDt_OFFER_TIME_START.MaskInput = "{date} {longtime}";
this.ultDt_OFFER_TIME_START.Name = "ultDt_OFFER_TIME_START";
this.ultDt_OFFER_TIME_START.Size = new System.Drawing.Size(191, 21);
this.ultDt_OFFER_TIME_START.TabIndex = 143;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(22, 38);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(77, 12);
this.label14.TabIndex = 142;
this.label14.Text = "报价结束时间";
//
// lb_ultDt_OFFER_TIME_START
//
this.lb_ultDt_OFFER_TIME_START.AutoSize = true;
this.lb_ultDt_OFFER_TIME_START.Location = new System.Drawing.Point(22, 11);
this.lb_ultDt_OFFER_TIME_START.Name = "lb_ultDt_OFFER_TIME_START";
this.lb_ultDt_OFFER_TIME_START.Size = new System.Drawing.Size(77, 12);
this.lb_ultDt_OFFER_TIME_START.TabIndex = 141;
this.lb_ultDt_OFFER_TIME_START.Text = "报价开始时间";
//
// panel3
//
this.panel3.Controls.Add(this.btn_upd);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 65);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(324, 39);
this.panel3.TabIndex = 1;
//
// btn_upd
//
this.btn_upd.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_upd.Location = new System.Drawing.Point(190, 0);
this.btn_upd.Name = "btn_upd";
this.btn_upd.Size = new System.Drawing.Size(134, 39);
this.btn_upd.TabIndex = 0;
this.btn_upd.Text = "确定";
this.btn_upd.UseVisualStyleBackColor = true;
this.btn_upd.Click += new System.EventHandler(this.btn_upd_Click);
//
// frmPopTaskOfferDelay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(324, 104);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmPopTaskOfferDelay";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "延迟报价结束时间";
this.Load += new System.EventHandler(this.frmPopTaskOfferDelay_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_END)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_START)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btn_upd;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDt_OFFER_TIME_END;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDt_OFFER_TIME_START;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label lb_ultDt_OFFER_TIME_START;
}
}