ComBasePurchaseAgreementFrm.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBasePurchaseAgreementFrm
  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(ComBasePurchaseAgreementFrm));
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
  32. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  34. this.splitContainer1.SuspendLayout();
  35. this.panel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // splitContainer1
  39. //
  40. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.splitContainer1.Location = new System.Drawing.Point(0, 60);
  42. this.splitContainer1.Name = "splitContainer1";
  43. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  44. this.splitContainer1.Size = new System.Drawing.Size(1008, 538);
  45. this.splitContainer1.SplitterDistance = 160;
  46. this.splitContainer1.TabIndex = 0;
  47. //
  48. // panel1
  49. //
  50. this.panel1.Controls.Add(this.labelCheckBox1);
  51. this.panel1.Controls.Add(this.labelTextBox1);
  52. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.panel1.Location = new System.Drawing.Point(0, 0);
  54. this.panel1.Name = "panel1";
  55. this.panel1.Size = new System.Drawing.Size(1008, 60);
  56. this.panel1.TabIndex = 1;
  57. //
  58. // labelCheckBox1
  59. //
  60. //
  61. //
  62. //
  63. this.labelCheckBox1.CheckBox.AutoSize = true;
  64. this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  65. this.labelCheckBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  66. this.labelCheckBox1.CheckBox.Name = "checkBox1";
  67. this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(89, 19);
  68. this.labelCheckBox1.CheckBox.TabIndex = 0;
  69. this.labelCheckBox1.CheckBox.Text = "包含无效";
  70. this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
  71. this.labelCheckBox1.Location = new System.Drawing.Point(445, 13);
  72. this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  73. this.labelCheckBox1.Name = "labelCheckBox1";
  74. this.labelCheckBox1.Size = new System.Drawing.Size(102, 26);
  75. this.labelCheckBox1.TabIndex = 1;
  76. //
  77. // labelTextBox1
  78. //
  79. //
  80. //
  81. //
  82. this.labelTextBox1.CheckBox.AutoSize = true;
  83. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  84. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  85. this.labelTextBox1.CheckBox.Name = "checkBox1";
  86. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  87. this.labelTextBox1.CheckBox.TabIndex = 1;
  88. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  89. //
  90. //
  91. //
  92. this.labelTextBox1.Label.AutoSize = true;
  93. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  94. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.labelTextBox1.Label.Name = "label1";
  96. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  97. this.labelTextBox1.Label.TabIndex = 0;
  98. this.labelTextBox1.Label.Text = "采购协议";
  99. this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
  100. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  101. this.labelTextBox1.Name = "labelTextBox1";
  102. this.labelTextBox1.Size = new System.Drawing.Size(409, 26);
  103. this.labelTextBox1.TabIndex = 0;
  104. //
  105. //
  106. //
  107. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.labelTextBox1.TextBox.Enabled = false;
  109. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  110. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  111. this.labelTextBox1.TextBox.Name = "textBox1";
  112. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(313, 25);
  113. this.labelTextBox1.TextBox.TabIndex = 1;
  114. //
  115. // ComBasePurchaseAgreementFrm
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(1008, 598);
  120. this.Controls.Add(this.splitContainer1);
  121. this.Controls.Add(this.panel1);
  122. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  123. this.Name = "ComBasePurchaseAgreementFrm";
  124. this.Text = "ComBasePurchaseAgreementFrm";
  125. this.Load += new System.EventHandler(this.ComBasePurchaseAgreementFrm_Load);
  126. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  127. this.splitContainer1.ResumeLayout(false);
  128. this.panel1.ResumeLayout(false);
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private System.Windows.Forms.SplitContainer splitContainer1;
  133. private System.Windows.Forms.Panel panel1;
  134. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  135. private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
  136. }
  137. }