MachineQuery.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. namespace DllXqManager
  2. {
  3. partial class MachineQuery
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MachineQuery));
  33. this.dgvmain = new System.Windows.Forms.DataGridView();
  34. this.IsSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  35. this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
  36. this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
  37. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
  41. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  42. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  45. this.groupBox1 = new System.Windows.Forms.GroupBox();
  46. this.edit厂区名称 = new System.Windows.Forms.TextBox();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.edit厂商代码 = new System.Windows.Forms.TextBox();
  50. this.edit机台名称 = new System.Windows.Forms.TextBox();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.label8 = new System.Windows.Forms.Label();
  53. this.edit机台代码 = new System.Windows.Forms.TextBox();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.edit返回最大行数 = new System.Windows.Forms.NumericUpDown();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.checkBox1 = new System.Windows.Forms.CheckBox();
  61. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  62. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  63. this.edit状态 = new System.Windows.Forms.ComboBox();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.button3 = new System.Windows.Forms.Button();
  66. this.button4 = new System.Windows.Forms.Button();
  67. this.edit机型名称 = new System.Windows.Forms.TextBox();
  68. this.lbl中文品名 = new System.Windows.Forms.Label();
  69. this.lb件号 = new System.Windows.Forms.Label();
  70. this.edit机型代码 = new System.Windows.Forms.TextBox();
  71. this.button1 = new System.Windows.Forms.Button();
  72. this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
  73. this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  74. this.全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  75. this.反全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  76. this.groupBox2 = new System.Windows.Forms.GroupBox();
  77. this.radioButton1 = new System.Windows.Forms.RadioButton();
  78. this.radioButton2 = new System.Windows.Forms.RadioButton();
  79. this.radioButton3 = new System.Windows.Forms.RadioButton();
  80. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
  82. this.bindingNavigator2.SuspendLayout();
  83. this.groupBox1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.edit返回最大行数)).BeginInit();
  85. this.cms.SuspendLayout();
  86. this.groupBox2.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // dgvmain
  90. //
  91. this.dgvmain.AllowUserToAddRows = false;
  92. this.dgvmain.AllowUserToDeleteRows = false;
  93. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  94. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  95. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  97. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  100. this.dgvmain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  101. this.dgvmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  102. this.dgvmain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.IsSelected});
  104. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  105. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  106. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  108. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  109. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  110. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  111. this.dgvmain.DefaultCellStyle = dataGridViewCellStyle2;
  112. this.dgvmain.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.dgvmain.Location = new System.Drawing.Point(0, 189);
  114. this.dgvmain.Name = "dgvmain";
  115. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  116. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  117. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  119. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  120. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  121. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  122. this.dgvmain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  123. this.dgvmain.RowHeadersWidth = 30;
  124. this.dgvmain.RowTemplate.Height = 23;
  125. this.dgvmain.Size = new System.Drawing.Size(621, 552);
  126. this.dgvmain.TabIndex = 11;
  127. this.dgvmain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvmain_CellDoubleClick);
  128. this.dgvmain.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_CellMouseDown);
  129. this.dgvmain.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_ColumnHeaderMouseClick);
  130. this.dgvmain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgvmain_MouseDown);
  131. //
  132. // IsSelected
  133. //
  134. this.IsSelected.DataPropertyName = "IsSelected";
  135. this.IsSelected.FalseValue = "0";
  136. this.IsSelected.HeaderText = "选择";
  137. this.IsSelected.Name = "IsSelected";
  138. this.IsSelected.TrueValue = "1";
  139. this.IsSelected.Width = 60;
  140. //
  141. // bindingNavigator2
  142. //
  143. this.bindingNavigator2.AddNewItem = null;
  144. this.bindingNavigator2.CountItem = this.toolStripLabel3;
  145. this.bindingNavigator2.DeleteItem = null;
  146. this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  147. this.toolStripButton1,
  148. this.toolStripButton2,
  149. this.toolStripSeparator1,
  150. this.toolStripTextBox1,
  151. this.toolStripLabel3,
  152. this.toolStripSeparator3,
  153. this.toolStripButton4,
  154. this.toolStripButton5,
  155. this.toolStripSeparator4});
  156. this.bindingNavigator2.Location = new System.Drawing.Point(0, 164);
  157. this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
  158. this.bindingNavigator2.MoveLastItem = this.toolStripButton5;
  159. this.bindingNavigator2.MoveNextItem = this.toolStripButton4;
  160. this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
  161. this.bindingNavigator2.Name = "bindingNavigator2";
  162. this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
  163. this.bindingNavigator2.Size = new System.Drawing.Size(621, 25);
  164. this.bindingNavigator2.TabIndex = 10;
  165. this.bindingNavigator2.Text = "bindingNavigator2";
  166. //
  167. // toolStripLabel3
  168. //
  169. this.toolStripLabel3.Name = "toolStripLabel3";
  170. this.toolStripLabel3.Size = new System.Drawing.Size(29, 22);
  171. this.toolStripLabel3.Text = "/ {0}";
  172. this.toolStripLabel3.ToolTipText = "总项数";
  173. //
  174. // toolStripButton1
  175. //
  176. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  177. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  178. this.toolStripButton1.Name = "toolStripButton1";
  179. this.toolStripButton1.RightToLeftAutoMirrorImage = true;
  180. this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  181. this.toolStripButton1.Text = "移到第一条记录";
  182. //
  183. // toolStripButton2
  184. //
  185. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  186. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  187. this.toolStripButton2.Name = "toolStripButton2";
  188. this.toolStripButton2.RightToLeftAutoMirrorImage = true;
  189. this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
  190. this.toolStripButton2.Text = "移到上一条记录";
  191. //
  192. // toolStripSeparator1
  193. //
  194. this.toolStripSeparator1.Name = "toolStripSeparator1";
  195. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  196. //
  197. // toolStripTextBox1
  198. //
  199. this.toolStripTextBox1.AccessibleName = "位置";
  200. this.toolStripTextBox1.AutoSize = false;
  201. this.toolStripTextBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
  202. this.toolStripTextBox1.Name = "toolStripTextBox1";
  203. this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
  204. this.toolStripTextBox1.Text = "0";
  205. this.toolStripTextBox1.ToolTipText = "当前位置";
  206. //
  207. // toolStripSeparator3
  208. //
  209. this.toolStripSeparator3.Name = "toolStripSeparator3";
  210. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  211. //
  212. // toolStripButton4
  213. //
  214. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  215. this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
  216. this.toolStripButton4.Name = "toolStripButton4";
  217. this.toolStripButton4.RightToLeftAutoMirrorImage = true;
  218. this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
  219. this.toolStripButton4.Text = "移到下一条记录";
  220. //
  221. // toolStripButton5
  222. //
  223. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  224. this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  225. this.toolStripButton5.Name = "toolStripButton5";
  226. this.toolStripButton5.RightToLeftAutoMirrorImage = true;
  227. this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
  228. this.toolStripButton5.Text = "移到最后一条记录";
  229. //
  230. // toolStripSeparator4
  231. //
  232. this.toolStripSeparator4.Name = "toolStripSeparator4";
  233. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  234. //
  235. // groupBox1
  236. //
  237. this.groupBox1.Controls.Add(this.groupBox2);
  238. this.groupBox1.Controls.Add(this.edit厂区名称);
  239. this.groupBox1.Controls.Add(this.label10);
  240. this.groupBox1.Controls.Add(this.label9);
  241. this.groupBox1.Controls.Add(this.edit厂商代码);
  242. this.groupBox1.Controls.Add(this.edit机台名称);
  243. this.groupBox1.Controls.Add(this.label7);
  244. this.groupBox1.Controls.Add(this.label8);
  245. this.groupBox1.Controls.Add(this.edit机台代码);
  246. this.groupBox1.Controls.Add(this.label6);
  247. this.groupBox1.Controls.Add(this.label5);
  248. this.groupBox1.Controls.Add(this.label4);
  249. this.groupBox1.Controls.Add(this.edit返回最大行数);
  250. this.groupBox1.Controls.Add(this.label3);
  251. this.groupBox1.Controls.Add(this.label2);
  252. this.groupBox1.Controls.Add(this.checkBox1);
  253. this.groupBox1.Controls.Add(this.dateTimePicker2);
  254. this.groupBox1.Controls.Add(this.dateTimePicker1);
  255. this.groupBox1.Controls.Add(this.edit状态);
  256. this.groupBox1.Controls.Add(this.label1);
  257. this.groupBox1.Controls.Add(this.button3);
  258. this.groupBox1.Controls.Add(this.button4);
  259. this.groupBox1.Controls.Add(this.edit机型名称);
  260. this.groupBox1.Controls.Add(this.lbl中文品名);
  261. this.groupBox1.Controls.Add(this.lb件号);
  262. this.groupBox1.Controls.Add(this.edit机型代码);
  263. this.groupBox1.Controls.Add(this.button1);
  264. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  265. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  266. this.groupBox1.Name = "groupBox1";
  267. this.groupBox1.Size = new System.Drawing.Size(621, 164);
  268. this.groupBox1.TabIndex = 9;
  269. this.groupBox1.TabStop = false;
  270. this.groupBox1.Text = "查询条件";
  271. //
  272. // edit厂区名称
  273. //
  274. this.edit厂区名称.Location = new System.Drawing.Point(275, 75);
  275. this.edit厂区名称.Name = "edit厂区名称";
  276. this.edit厂区名称.Size = new System.Drawing.Size(151, 21);
  277. this.edit厂区名称.TabIndex = 419;
  278. //
  279. // label10
  280. //
  281. this.label10.Location = new System.Drawing.Point(201, 75);
  282. this.label10.Name = "label10";
  283. this.label10.Size = new System.Drawing.Size(75, 21);
  284. this.label10.TabIndex = 420;
  285. this.label10.Text = "厂区名称";
  286. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  287. //
  288. // label9
  289. //
  290. this.label9.Location = new System.Drawing.Point(14, 75);
  291. this.label9.Name = "label9";
  292. this.label9.Size = new System.Drawing.Size(85, 21);
  293. this.label9.TabIndex = 418;
  294. this.label9.Text = "厂商代码";
  295. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  296. //
  297. // edit厂商代码
  298. //
  299. this.edit厂商代码.Location = new System.Drawing.Point(99, 75);
  300. this.edit厂商代码.Name = "edit厂商代码";
  301. this.edit厂商代码.Size = new System.Drawing.Size(100, 21);
  302. this.edit厂商代码.TabIndex = 417;
  303. //
  304. // edit机台名称
  305. //
  306. this.edit机台名称.Location = new System.Drawing.Point(275, 48);
  307. this.edit机台名称.Name = "edit机台名称";
  308. this.edit机台名称.Size = new System.Drawing.Size(151, 21);
  309. this.edit机台名称.TabIndex = 414;
  310. //
  311. // label7
  312. //
  313. this.label7.Location = new System.Drawing.Point(205, 48);
  314. this.label7.Name = "label7";
  315. this.label7.Size = new System.Drawing.Size(71, 21);
  316. this.label7.TabIndex = 416;
  317. this.label7.Text = "机台名称";
  318. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  319. //
  320. // label8
  321. //
  322. this.label8.Location = new System.Drawing.Point(14, 48);
  323. this.label8.Name = "label8";
  324. this.label8.Size = new System.Drawing.Size(85, 21);
  325. this.label8.TabIndex = 415;
  326. this.label8.Text = "机台代码";
  327. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  328. //
  329. // edit机台代码
  330. //
  331. this.edit机台代码.Location = new System.Drawing.Point(99, 48);
  332. this.edit机台代码.Name = "edit机台代码";
  333. this.edit机台代码.Size = new System.Drawing.Size(100, 21);
  334. this.edit机台代码.TabIndex = 413;
  335. //
  336. // label6
  337. //
  338. this.label6.Location = new System.Drawing.Point(245, 140);
  339. this.label6.Name = "label6";
  340. this.label6.Size = new System.Drawing.Size(85, 21);
  341. this.label6.TabIndex = 412;
  342. this.label6.Text = "动力棒";
  343. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  344. this.label6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label6_MouseDown);
  345. //
  346. // label5
  347. //
  348. this.label5.Location = new System.Drawing.Point(94, 140);
  349. this.label5.Name = "label5";
  350. this.label5.Size = new System.Drawing.Size(85, 21);
  351. this.label5.TabIndex = 411;
  352. this.label5.Text = "标签";
  353. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  354. this.label5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label5_MouseDown);
  355. //
  356. // label4
  357. //
  358. this.label4.Location = new System.Drawing.Point(681, 23);
  359. this.label4.Name = "label4";
  360. this.label4.Size = new System.Drawing.Size(85, 21);
  361. this.label4.TabIndex = 410;
  362. this.label4.Text = "返回最大行数";
  363. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  364. this.label4.Visible = false;
  365. //
  366. // edit返回最大行数
  367. //
  368. this.edit返回最大行数.Location = new System.Drawing.Point(772, 23);
  369. this.edit返回最大行数.Maximum = new decimal(new int[] {
  370. 100000000,
  371. 0,
  372. 0,
  373. 0});
  374. this.edit返回最大行数.Name = "edit返回最大行数";
  375. this.edit返回最大行数.Size = new System.Drawing.Size(120, 21);
  376. this.edit返回最大行数.TabIndex = 409;
  377. this.edit返回最大行数.Visible = false;
  378. //
  379. // label3
  380. //
  381. this.label3.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.label3.Location = new System.Drawing.Point(769, 62);
  383. this.label3.Name = "label3";
  384. this.label3.Size = new System.Drawing.Size(29, 21);
  385. this.label3.TabIndex = 408;
  386. this.label3.Text = "~";
  387. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  388. //
  389. // label2
  390. //
  391. this.label2.Location = new System.Drawing.Point(579, 58);
  392. this.label2.Name = "label2";
  393. this.label2.Size = new System.Drawing.Size(81, 21);
  394. this.label2.TabIndex = 407;
  395. this.label2.Text = "录入时间";
  396. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  397. //
  398. // checkBox1
  399. //
  400. this.checkBox1.AutoSize = true;
  401. this.checkBox1.Checked = true;
  402. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  403. this.checkBox1.Location = new System.Drawing.Point(906, 62);
  404. this.checkBox1.Name = "checkBox1";
  405. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  406. this.checkBox1.TabIndex = 406;
  407. this.checkBox1.UseVisualStyleBackColor = true;
  408. //
  409. // dateTimePicker2
  410. //
  411. this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
  412. this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  413. this.dateTimePicker2.Location = new System.Drawing.Point(800, 57);
  414. this.dateTimePicker2.Name = "dateTimePicker2";
  415. this.dateTimePicker2.Size = new System.Drawing.Size(100, 21);
  416. this.dateTimePicker2.TabIndex = 405;
  417. //
  418. // dateTimePicker1
  419. //
  420. this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
  421. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  422. this.dateTimePicker1.Location = new System.Drawing.Point(666, 57);
  423. this.dateTimePicker1.Name = "dateTimePicker1";
  424. this.dateTimePicker1.Size = new System.Drawing.Size(100, 21);
  425. this.dateTimePicker1.TabIndex = 404;
  426. //
  427. // edit状态
  428. //
  429. this.edit状态.FormattingEnabled = true;
  430. this.edit状态.Location = new System.Drawing.Point(723, 136);
  431. this.edit状态.Name = "edit状态";
  432. this.edit状态.Size = new System.Drawing.Size(121, 20);
  433. this.edit状态.TabIndex = 403;
  434. this.edit状态.Visible = false;
  435. //
  436. // label1
  437. //
  438. this.label1.Location = new System.Drawing.Point(646, 136);
  439. this.label1.Name = "label1";
  440. this.label1.Size = new System.Drawing.Size(71, 21);
  441. this.label1.TabIndex = 402;
  442. this.label1.Text = "数据库类别";
  443. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  444. this.label1.Visible = false;
  445. //
  446. // button3
  447. //
  448. this.button3.Location = new System.Drawing.Point(723, 100);
  449. this.button3.Name = "button3";
  450. this.button3.Size = new System.Drawing.Size(80, 30);
  451. this.button3.TabIndex = 401;
  452. this.button3.Text = "确认(&F)";
  453. this.button3.UseVisualStyleBackColor = true;
  454. this.button3.Click += new System.EventHandler(this.button3_Click);
  455. //
  456. // button4
  457. //
  458. this.button4.Location = new System.Drawing.Point(723, 73);
  459. this.button4.Name = "button4";
  460. this.button4.Size = new System.Drawing.Size(80, 30);
  461. this.button4.TabIndex = 400;
  462. this.button4.Text = "新增(&A)";
  463. this.button4.UseVisualStyleBackColor = true;
  464. this.button4.Click += new System.EventHandler(this.button4_Click);
  465. //
  466. // edit机型名称
  467. //
  468. this.edit机型名称.Location = new System.Drawing.Point(275, 21);
  469. this.edit机型名称.Name = "edit机型名称";
  470. this.edit机型名称.Size = new System.Drawing.Size(151, 21);
  471. this.edit机型名称.TabIndex = 2;
  472. //
  473. // lbl中文品名
  474. //
  475. this.lbl中文品名.Location = new System.Drawing.Point(205, 21);
  476. this.lbl中文品名.Name = "lbl中文品名";
  477. this.lbl中文品名.Size = new System.Drawing.Size(71, 21);
  478. this.lbl中文品名.TabIndex = 373;
  479. this.lbl中文品名.Text = "机型名称";
  480. this.lbl中文品名.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  481. //
  482. // lb件号
  483. //
  484. this.lb件号.Location = new System.Drawing.Point(14, 21);
  485. this.lb件号.Name = "lb件号";
  486. this.lb件号.Size = new System.Drawing.Size(85, 21);
  487. this.lb件号.TabIndex = 369;
  488. this.lb件号.Text = "机型代码";
  489. this.lb件号.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  490. //
  491. // edit机型代码
  492. //
  493. this.edit机型代码.Location = new System.Drawing.Point(99, 21);
  494. this.edit机型代码.Name = "edit机型代码";
  495. this.edit机型代码.Size = new System.Drawing.Size(100, 21);
  496. this.edit机型代码.TabIndex = 0;
  497. //
  498. // button1
  499. //
  500. this.button1.Location = new System.Drawing.Point(432, 21);
  501. this.button1.Name = "button1";
  502. this.button1.Size = new System.Drawing.Size(80, 48);
  503. this.button1.TabIndex = 17;
  504. this.button1.Text = "查询(&Q)";
  505. this.button1.UseVisualStyleBackColor = true;
  506. this.button1.Click += new System.EventHandler(this.button1_Click);
  507. //
  508. // cms
  509. //
  510. this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  511. this.删除ToolStripMenuItem,
  512. this.全选ToolStripMenuItem,
  513. this.反全选ToolStripMenuItem});
  514. this.cms.Name = "cms";
  515. this.cms.Size = new System.Drawing.Size(114, 70);
  516. //
  517. // 删除ToolStripMenuItem
  518. //
  519. this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
  520. this.删除ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
  521. this.删除ToolStripMenuItem.Text = "删除";
  522. this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
  523. //
  524. // 全选ToolStripMenuItem
  525. //
  526. this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem";
  527. this.全选ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
  528. this.全选ToolStripMenuItem.Text = "全选";
  529. this.全选ToolStripMenuItem.Click += new System.EventHandler(this.全选ToolStripMenuItem_Click);
  530. //
  531. // 反全选ToolStripMenuItem
  532. //
  533. this.反全选ToolStripMenuItem.Name = "反全选ToolStripMenuItem";
  534. this.反全选ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
  535. this.反全选ToolStripMenuItem.Text = "反全选";
  536. this.反全选ToolStripMenuItem.Click += new System.EventHandler(this.反全选ToolStripMenuItem_Click);
  537. //
  538. // groupBox2
  539. //
  540. this.groupBox2.Controls.Add(this.radioButton3);
  541. this.groupBox2.Controls.Add(this.radioButton2);
  542. this.groupBox2.Controls.Add(this.radioButton1);
  543. this.groupBox2.Location = new System.Drawing.Point(99, 98);
  544. this.groupBox2.Name = "groupBox2";
  545. this.groupBox2.Size = new System.Drawing.Size(327, 39);
  546. this.groupBox2.TabIndex = 421;
  547. this.groupBox2.TabStop = false;
  548. this.groupBox2.Text = "机台状态";
  549. //
  550. // radioButton1
  551. //
  552. this.radioButton1.AutoSize = true;
  553. this.radioButton1.Location = new System.Drawing.Point(27, 17);
  554. this.radioButton1.Name = "radioButton1";
  555. this.radioButton1.Size = new System.Drawing.Size(47, 16);
  556. this.radioButton1.TabIndex = 0;
  557. this.radioButton1.Text = "全部";
  558. this.radioButton1.UseVisualStyleBackColor = true;
  559. //
  560. // radioButton2
  561. //
  562. this.radioButton2.AutoSize = true;
  563. this.radioButton2.Checked = true;
  564. this.radioButton2.Location = new System.Drawing.Point(116, 17);
  565. this.radioButton2.Name = "radioButton2";
  566. this.radioButton2.Size = new System.Drawing.Size(47, 16);
  567. this.radioButton2.TabIndex = 1;
  568. this.radioButton2.TabStop = true;
  569. this.radioButton2.Text = "在线";
  570. this.radioButton2.UseVisualStyleBackColor = true;
  571. //
  572. // radioButton3
  573. //
  574. this.radioButton3.AutoSize = true;
  575. this.radioButton3.Location = new System.Drawing.Point(217, 17);
  576. this.radioButton3.Name = "radioButton3";
  577. this.radioButton3.Size = new System.Drawing.Size(47, 16);
  578. this.radioButton3.TabIndex = 2;
  579. this.radioButton3.Text = "离线";
  580. this.radioButton3.UseVisualStyleBackColor = true;
  581. //
  582. // MachineQuery
  583. //
  584. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  585. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  586. this.ClientSize = new System.Drawing.Size(621, 741);
  587. this.Controls.Add(this.dgvmain);
  588. this.Controls.Add(this.bindingNavigator2);
  589. this.Controls.Add(this.groupBox1);
  590. this.Name = "MachineQuery";
  591. this.Text = "机台查询";
  592. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MachineQuery_FormClosing);
  593. this.Load += new System.EventHandler(this.JobbookingQueryFor_Load);
  594. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
  595. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
  596. this.bindingNavigator2.ResumeLayout(false);
  597. this.bindingNavigator2.PerformLayout();
  598. this.groupBox1.ResumeLayout(false);
  599. this.groupBox1.PerformLayout();
  600. ((System.ComponentModel.ISupportInitialize)(this.edit返回最大行数)).EndInit();
  601. this.cms.ResumeLayout(false);
  602. this.groupBox2.ResumeLayout(false);
  603. this.groupBox2.PerformLayout();
  604. this.ResumeLayout(false);
  605. this.PerformLayout();
  606. }
  607. #endregion
  608. private System.Windows.Forms.DataGridView dgvmain;
  609. private System.Windows.Forms.BindingNavigator bindingNavigator2;
  610. private System.Windows.Forms.ToolStripLabel toolStripLabel3;
  611. private System.Windows.Forms.ToolStripButton toolStripButton1;
  612. private System.Windows.Forms.ToolStripButton toolStripButton2;
  613. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  614. private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
  615. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  616. private System.Windows.Forms.ToolStripButton toolStripButton4;
  617. private System.Windows.Forms.ToolStripButton toolStripButton5;
  618. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  619. private System.Windows.Forms.GroupBox groupBox1;
  620. private System.Windows.Forms.Button button3;
  621. private System.Windows.Forms.Button button4;
  622. private System.Windows.Forms.TextBox edit机型名称;
  623. private System.Windows.Forms.Label lbl中文品名;
  624. private System.Windows.Forms.Label lb件号;
  625. private System.Windows.Forms.TextBox edit机型代码;
  626. private System.Windows.Forms.Button button1;
  627. private System.Windows.Forms.DataGridViewCheckBoxColumn IsSelected;
  628. private System.Windows.Forms.ComboBox edit状态;
  629. private System.Windows.Forms.Label label1;
  630. private System.Windows.Forms.Label label3;
  631. private System.Windows.Forms.Label label2;
  632. private System.Windows.Forms.CheckBox checkBox1;
  633. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  634. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  635. private System.Windows.Forms.Label label4;
  636. private System.Windows.Forms.NumericUpDown edit返回最大行数;
  637. private System.Windows.Forms.ContextMenuStrip cms;
  638. private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
  639. private System.Windows.Forms.ToolStripMenuItem 全选ToolStripMenuItem;
  640. private System.Windows.Forms.ToolStripMenuItem 反全选ToolStripMenuItem;
  641. private System.Windows.Forms.Label label5;
  642. private System.Windows.Forms.Label label6;
  643. private System.Windows.Forms.TextBox edit机台名称;
  644. private System.Windows.Forms.Label label7;
  645. private System.Windows.Forms.Label label8;
  646. private System.Windows.Forms.TextBox edit机台代码;
  647. private System.Windows.Forms.Label label9;
  648. private System.Windows.Forms.TextBox edit厂商代码;
  649. private System.Windows.Forms.TextBox edit厂区名称;
  650. private System.Windows.Forms.Label label10;
  651. private System.Windows.Forms.GroupBox groupBox2;
  652. private System.Windows.Forms.RadioButton radioButton3;
  653. private System.Windows.Forms.RadioButton radioButton2;
  654. private System.Windows.Forms.RadioButton radioButton1;
  655. }
  656. }