frmPopTaskOfferDelay.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopTaskOfferDelay
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopTaskOfferDelay));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.ultDt_OFFER_TIME_END = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  32. this.ultDt_OFFER_TIME_START = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  33. this.label14 = new System.Windows.Forms.Label();
  34. this.lb_ultDt_OFFER_TIME_START = new System.Windows.Forms.Label();
  35. this.panel3 = new System.Windows.Forms.Panel();
  36. this.btn_upd = new System.Windows.Forms.Button();
  37. this.panel1.SuspendLayout();
  38. this.panel2.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_END)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_START)).BeginInit();
  41. this.panel3.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.panel2);
  47. this.panel1.Controls.Add(this.panel3);
  48. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.panel1.Location = new System.Drawing.Point(0, 0);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(324, 104);
  52. this.panel1.TabIndex = 0;
  53. //
  54. // panel2
  55. //
  56. this.panel2.Controls.Add(this.ultDt_OFFER_TIME_END);
  57. this.panel2.Controls.Add(this.ultDt_OFFER_TIME_START);
  58. this.panel2.Controls.Add(this.label14);
  59. this.panel2.Controls.Add(this.lb_ultDt_OFFER_TIME_START);
  60. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.panel2.Location = new System.Drawing.Point(0, 0);
  62. this.panel2.Name = "panel2";
  63. this.panel2.Size = new System.Drawing.Size(324, 65);
  64. this.panel2.TabIndex = 0;
  65. //
  66. // ultDt_OFFER_TIME_END
  67. //
  68. this.ultDt_OFFER_TIME_END.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  69. this.ultDt_OFFER_TIME_END.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
  70. this.ultDt_OFFER_TIME_END.Location = new System.Drawing.Point(105, 34);
  71. this.ultDt_OFFER_TIME_END.MaskInput = "{date} {longtime}";
  72. this.ultDt_OFFER_TIME_END.Name = "ultDt_OFFER_TIME_END";
  73. this.ultDt_OFFER_TIME_END.Size = new System.Drawing.Size(191, 21);
  74. this.ultDt_OFFER_TIME_END.TabIndex = 144;
  75. //
  76. // ultDt_OFFER_TIME_START
  77. //
  78. this.ultDt_OFFER_TIME_START.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  79. this.ultDt_OFFER_TIME_START.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
  80. this.ultDt_OFFER_TIME_START.Location = new System.Drawing.Point(105, 7);
  81. this.ultDt_OFFER_TIME_START.MaskInput = "{date} {longtime}";
  82. this.ultDt_OFFER_TIME_START.Name = "ultDt_OFFER_TIME_START";
  83. this.ultDt_OFFER_TIME_START.Size = new System.Drawing.Size(191, 21);
  84. this.ultDt_OFFER_TIME_START.TabIndex = 143;
  85. //
  86. // label14
  87. //
  88. this.label14.AutoSize = true;
  89. this.label14.Location = new System.Drawing.Point(22, 38);
  90. this.label14.Name = "label14";
  91. this.label14.Size = new System.Drawing.Size(77, 12);
  92. this.label14.TabIndex = 142;
  93. this.label14.Text = "报价结束时间";
  94. //
  95. // lb_ultDt_OFFER_TIME_START
  96. //
  97. this.lb_ultDt_OFFER_TIME_START.AutoSize = true;
  98. this.lb_ultDt_OFFER_TIME_START.Location = new System.Drawing.Point(22, 11);
  99. this.lb_ultDt_OFFER_TIME_START.Name = "lb_ultDt_OFFER_TIME_START";
  100. this.lb_ultDt_OFFER_TIME_START.Size = new System.Drawing.Size(77, 12);
  101. this.lb_ultDt_OFFER_TIME_START.TabIndex = 141;
  102. this.lb_ultDt_OFFER_TIME_START.Text = "报价开始时间";
  103. //
  104. // panel3
  105. //
  106. this.panel3.Controls.Add(this.btn_upd);
  107. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  108. this.panel3.Location = new System.Drawing.Point(0, 65);
  109. this.panel3.Name = "panel3";
  110. this.panel3.Size = new System.Drawing.Size(324, 39);
  111. this.panel3.TabIndex = 1;
  112. //
  113. // btn_upd
  114. //
  115. this.btn_upd.Dock = System.Windows.Forms.DockStyle.Right;
  116. this.btn_upd.Location = new System.Drawing.Point(190, 0);
  117. this.btn_upd.Name = "btn_upd";
  118. this.btn_upd.Size = new System.Drawing.Size(134, 39);
  119. this.btn_upd.TabIndex = 0;
  120. this.btn_upd.Text = "确定";
  121. this.btn_upd.UseVisualStyleBackColor = true;
  122. this.btn_upd.Click += new System.EventHandler(this.btn_upd_Click);
  123. //
  124. // frmPopTaskOfferDelay
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(324, 104);
  129. this.Controls.Add(this.panel1);
  130. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  131. this.MaximizeBox = false;
  132. this.MinimizeBox = false;
  133. this.Name = "frmPopTaskOfferDelay";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  135. this.Text = "延迟报价结束时间";
  136. this.Load += new System.EventHandler(this.frmPopTaskOfferDelay_Load);
  137. this.panel1.ResumeLayout(false);
  138. this.panel2.ResumeLayout(false);
  139. this.panel2.PerformLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_END)).EndInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.ultDt_OFFER_TIME_START)).EndInit();
  142. this.panel3.ResumeLayout(false);
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private System.Windows.Forms.Panel panel1;
  147. private System.Windows.Forms.Panel panel2;
  148. private System.Windows.Forms.Panel panel3;
  149. private System.Windows.Forms.Button btn_upd;
  150. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDt_OFFER_TIME_END;
  151. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDt_OFFER_TIME_START;
  152. private System.Windows.Forms.Label label14;
  153. private System.Windows.Forms.Label lb_ultDt_OFFER_TIME_START;
  154. }
  155. }