frmGetBID_OPEN_ADDR.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmGetBID_OPEN_ADDR
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.AutoSize = true;
  37. this.label1.Location = new System.Drawing.Point(22, 3);
  38. this.label1.Name = "label1";
  39. this.label1.Size = new System.Drawing.Size(65, 12);
  40. this.label1.TabIndex = 0;
  41. this.label1.Text = "开标地点:";
  42. //
  43. // textBox1
  44. //
  45. this.textBox1.Location = new System.Drawing.Point(93, 0);
  46. this.textBox1.Multiline = true;
  47. this.textBox1.Name = "textBox1";
  48. this.textBox1.Size = new System.Drawing.Size(259, 75);
  49. this.textBox1.TabIndex = 1;
  50. //
  51. // button1
  52. //
  53. this.button1.Location = new System.Drawing.Point(93, 86);
  54. this.button1.Name = "button1";
  55. this.button1.Size = new System.Drawing.Size(75, 23);
  56. this.button1.TabIndex = 2;
  57. this.button1.Text = "确 定";
  58. this.button1.UseVisualStyleBackColor = true;
  59. this.button1.Click += new System.EventHandler(this.button1_Click);
  60. //
  61. // button2
  62. //
  63. this.button2.Location = new System.Drawing.Point(221, 86);
  64. this.button2.Name = "button2";
  65. this.button2.Size = new System.Drawing.Size(75, 23);
  66. this.button2.TabIndex = 3;
  67. this.button2.Text = "取 消";
  68. this.button2.UseVisualStyleBackColor = true;
  69. this.button2.Click += new System.EventHandler(this.button2_Click);
  70. //
  71. // frmGetBID_OPEN_ADDR
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.ClientSize = new System.Drawing.Size(379, 121);
  76. this.Controls.Add(this.button2);
  77. this.Controls.Add(this.button1);
  78. this.Controls.Add(this.textBox1);
  79. this.Controls.Add(this.label1);
  80. this.Name = "frmGetBID_OPEN_ADDR";
  81. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  82. this.Text = "开标地点";
  83. this.Load += new System.EventHandler(this.frmGetBID_OPEN_ADDR_Load);
  84. this.ResumeLayout(false);
  85. this.PerformLayout();
  86. }
  87. #endregion
  88. private System.Windows.Forms.Label label1;
  89. private System.Windows.Forms.TextBox textBox1;
  90. private System.Windows.Forms.Button button1;
  91. private System.Windows.Forms.Button button2;
  92. }
  93. }