Form4.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace FileWatcher
  2. {
  3. partial class Form4
  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.label2 = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.StartWatch = new System.Windows.Forms.Button();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  33. this.料号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.物料规格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // label2
  42. //
  43. this.label2.AutoSize = true;
  44. this.label2.Location = new System.Drawing.Point(250, 59);
  45. this.label2.Name = "label2";
  46. this.label2.Size = new System.Drawing.Size(0, 24);
  47. this.label2.TabIndex = 2;
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Location = new System.Drawing.Point(125, 109);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(106, 24);
  55. this.label1.TabIndex = 1;
  56. this.label1.Text = "单据编号";
  57. //
  58. // StartWatch
  59. //
  60. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.StartWatch.Location = new System.Drawing.Point(290, 686);
  62. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  63. this.StartWatch.Name = "StartWatch";
  64. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  65. this.StartWatch.TabIndex = 17;
  66. this.StartWatch.Text = "保存";
  67. this.StartWatch.UseVisualStyleBackColor = true;
  68. //
  69. // dataGridView1
  70. //
  71. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  72. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  73. this.Column1,
  74. this.料号,
  75. this.物料名称,
  76. this.物料规格});
  77. this.dataGridView1.Location = new System.Drawing.Point(129, 176);
  78. this.dataGridView1.Name = "dataGridView1";
  79. this.dataGridView1.RowHeadersWidth = 82;
  80. this.dataGridView1.RowTemplate.Height = 37;
  81. this.dataGridView1.Size = new System.Drawing.Size(489, 150);
  82. this.dataGridView1.TabIndex = 21;
  83. //
  84. // Column1
  85. //
  86. this.Column1.HeaderText = "勾选";
  87. this.Column1.MinimumWidth = 10;
  88. this.Column1.Name = "Column1";
  89. this.Column1.Width = 200;
  90. //
  91. // 料号
  92. //
  93. this.料号.HeaderText = "料号";
  94. this.料号.MinimumWidth = 10;
  95. this.料号.Name = "料号";
  96. this.料号.Width = 200;
  97. //
  98. // 物料名称
  99. //
  100. this.物料名称.HeaderText = "名称";
  101. this.物料名称.MinimumWidth = 10;
  102. this.物料名称.Name = "物料名称";
  103. this.物料名称.Width = 200;
  104. //
  105. // 物料规格
  106. //
  107. this.物料规格.HeaderText = "规格";
  108. this.物料规格.MinimumWidth = 10;
  109. this.物料规格.Name = "物料规格";
  110. this.物料规格.Width = 200;
  111. //
  112. // textBox1
  113. //
  114. this.textBox1.Location = new System.Drawing.Point(254, 498);
  115. this.textBox1.Name = "textBox1";
  116. this.textBox1.Size = new System.Drawing.Size(334, 35);
  117. this.textBox1.TabIndex = 22;
  118. //
  119. // label3
  120. //
  121. this.label3.AutoSize = true;
  122. this.label3.Location = new System.Drawing.Point(130, 501);
  123. this.label3.Name = "label3";
  124. this.label3.Size = new System.Drawing.Size(82, 24);
  125. this.label3.TabIndex = 23;
  126. this.label3.Text = "机台号";
  127. //
  128. // Form4
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.ClientSize = new System.Drawing.Size(1419, 820);
  133. this.Controls.Add(this.label3);
  134. this.Controls.Add(this.textBox1);
  135. this.Controls.Add(this.dataGridView1);
  136. this.Controls.Add(this.StartWatch);
  137. this.Controls.Add(this.label2);
  138. this.Controls.Add(this.label1);
  139. this.Name = "Form4";
  140. this.Text = "Form4";
  141. this.Load += new System.EventHandler(this.Form4_Load);
  142. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private System.Windows.Forms.Label label2;
  148. private System.Windows.Forms.Label label1;
  149. private System.Windows.Forms.Button StartWatch;
  150. private System.Windows.Forms.DataGridView dataGridView1;
  151. private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
  152. private System.Windows.Forms.DataGridViewTextBoxColumn 料号;
  153. private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称;
  154. private System.Windows.Forms.DataGridViewTextBoxColumn 物料规格;
  155. private System.Windows.Forms.TextBox textBox1;
  156. private System.Windows.Forms.Label label3;
  157. }
  158. }