Query_LoadMake.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_LoadMake
  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(Query_LoadMake));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.searchTextBox1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.UpLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.DownLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // ma_code
  41. //
  42. this.ma_code.AllPower = "IFALL";
  43. this.ma_code.Caller = null;
  44. this.ma_code.Condition = null;
  45. this.ma_code.DBTitle = "";
  46. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  47. this.ma_code.FormName = null;
  48. this.ma_code.Location = new System.Drawing.Point(131, 15);
  49. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  50. this.ma_code.Name = "ma_code";
  51. this.ma_code.Power = "";
  52. this.ma_code.ReturnData = null;
  53. this.ma_code.SelectField = null;
  54. this.ma_code.SetValueField = null;
  55. this.ma_code.Size = new System.Drawing.Size(282, 46);
  56. this.ma_code.TabIndex = 213;
  57. this.ma_code.TableName = null;
  58. this.ma_code.Tag = "msl_makecode";
  59. this.ma_code.TextBoxEnable = true;
  60. //
  61. // ms_makecode_label
  62. //
  63. this.ms_makecode_label.AutoSize = true;
  64. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
  66. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  67. this.ms_makecode_label.Name = "ms_makecode_label";
  68. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  69. this.ms_makecode_label.TabIndex = 212;
  70. this.ms_makecode_label.Text = "工单号";
  71. //
  72. // searchTextBox1
  73. //
  74. this.searchTextBox1.AllPower = "IFALL";
  75. this.searchTextBox1.Caller = null;
  76. this.searchTextBox1.Condition = null;
  77. this.searchTextBox1.DBTitle = "";
  78. this.searchTextBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
  79. this.searchTextBox1.FormName = null;
  80. this.searchTextBox1.Location = new System.Drawing.Point(565, 15);
  81. this.searchTextBox1.Margin = new System.Windows.Forms.Padding(6);
  82. this.searchTextBox1.Name = "searchTextBox1";
  83. this.searchTextBox1.Power = "";
  84. this.searchTextBox1.ReturnData = null;
  85. this.searchTextBox1.SelectField = null;
  86. this.searchTextBox1.SetValueField = null;
  87. this.searchTextBox1.Size = new System.Drawing.Size(282, 46);
  88. this.searchTextBox1.TabIndex = 215;
  89. this.searchTextBox1.TableName = null;
  90. this.searchTextBox1.Tag = "msl_makecode";
  91. this.searchTextBox1.TextBoxEnable = true;
  92. //
  93. // label1
  94. //
  95. this.label1.AutoSize = true;
  96. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.label1.Location = new System.Drawing.Point(453, 15);
  98. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  99. this.label1.Name = "label1";
  100. this.label1.Size = new System.Drawing.Size(82, 41);
  101. this.label1.TabIndex = 214;
  102. this.label1.Text = "线别";
  103. //
  104. // UpLoadMake
  105. //
  106. this.UpLoadMake.AllPower = null;
  107. this.UpLoadMake.BackColor = System.Drawing.Color.Transparent;
  108. this.UpLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.DownImage")));
  109. this.UpLoadMake.Image = null;
  110. this.UpLoadMake.IsShowBorder = true;
  111. this.UpLoadMake.Location = new System.Drawing.Point(902, 11);
  112. this.UpLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  113. this.UpLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.MoveImage")));
  114. this.UpLoadMake.Name = "UpLoadMake";
  115. this.UpLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.NormalImage")));
  116. this.UpLoadMake.Power = null;
  117. this.UpLoadMake.Size = new System.Drawing.Size(112, 45);
  118. this.UpLoadMake.TabIndex = 216;
  119. this.UpLoadMake.Text = "上线";
  120. this.UpLoadMake.UseVisualStyleBackColor = false;
  121. this.UpLoadMake.Click += new System.EventHandler(this.UpLoadMake_Click);
  122. //
  123. // DownLoadMake
  124. //
  125. this.DownLoadMake.AllPower = null;
  126. this.DownLoadMake.BackColor = System.Drawing.Color.Transparent;
  127. this.DownLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.DownImage")));
  128. this.DownLoadMake.Image = null;
  129. this.DownLoadMake.IsShowBorder = true;
  130. this.DownLoadMake.Location = new System.Drawing.Point(1060, 11);
  131. this.DownLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  132. this.DownLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.MoveImage")));
  133. this.DownLoadMake.Name = "DownLoadMake";
  134. this.DownLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.NormalImage")));
  135. this.DownLoadMake.Power = null;
  136. this.DownLoadMake.Size = new System.Drawing.Size(112, 45);
  137. this.DownLoadMake.TabIndex = 217;
  138. this.DownLoadMake.Text = "下线";
  139. this.DownLoadMake.UseVisualStyleBackColor = false;
  140. this.DownLoadMake.Click += new System.EventHandler(this.DownLoadMake_Click);
  141. //
  142. // dataGridView1
  143. //
  144. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  145. this.dataGridView1.Location = new System.Drawing.Point(26, 79);
  146. this.dataGridView1.Name = "dataGridView1";
  147. this.dataGridView1.RowHeadersWidth = 82;
  148. this.dataGridView1.RowTemplate.Height = 37;
  149. this.dataGridView1.Size = new System.Drawing.Size(1437, 971);
  150. this.dataGridView1.TabIndex = 218;
  151. //
  152. // Query_LoadMake
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(1494, 1075);
  157. this.Controls.Add(this.dataGridView1);
  158. this.Controls.Add(this.DownLoadMake);
  159. this.Controls.Add(this.UpLoadMake);
  160. this.Controls.Add(this.searchTextBox1);
  161. this.Controls.Add(this.label1);
  162. this.Controls.Add(this.ma_code);
  163. this.Controls.Add(this.ms_makecode_label);
  164. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  165. this.Margin = new System.Windows.Forms.Padding(6);
  166. this.Name = "Query_LoadMake";
  167. this.Tag = "Query!SpecialReport";
  168. this.Text = "Query_SpecialReport";
  169. this.Load += new System.EventHandler(this.Query_LoadMake_Load);
  170. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  171. this.ResumeLayout(false);
  172. this.PerformLayout();
  173. }
  174. #endregion
  175. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  176. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  177. private System.Windows.Forms.Label ms_makecode_label;
  178. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
  179. private System.Windows.Forms.Label label1;
  180. private CustomControl.ButtonUtil.NormalButton UpLoadMake;
  181. private CustomControl.ButtonUtil.NormalButton DownLoadMake;
  182. private System.Windows.Forms.DataGridView dataGridView1;
  183. }
  184. }