TLcdQuery.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace DllXqManager
  2. {
  3. partial class TLcdQuery
  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(TLcdQuery));
  33. this.dgvmain = new System.Windows.Forms.DataGridView();
  34. this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
  35. this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
  36. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
  40. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  41. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.button3 = new System.Windows.Forms.Button();
  46. this.button4 = new System.Windows.Forms.Button();
  47. this.edit名称 = new System.Windows.Forms.TextBox();
  48. this.lbl中文品名 = new System.Windows.Forms.Label();
  49. this.lb件号 = new System.Windows.Forms.Label();
  50. this.edit代码 = new System.Windows.Forms.TextBox();
  51. this.button1 = new System.Windows.Forms.Button();
  52. this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
  53. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  54. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  55. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  56. this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
  59. this.bindingNavigator2.SuspendLayout();
  60. this.groupBox1.SuspendLayout();
  61. this.cms.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // dgvmain
  65. //
  66. this.dgvmain.AllowUserToAddRows = false;
  67. this.dgvmain.AllowUserToDeleteRows = false;
  68. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  69. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  70. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  72. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  73. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  74. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  75. this.dgvmain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  76. this.dgvmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  77. this.dgvmain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  78. this.选择});
  79. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  80. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  81. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  83. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  84. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  85. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  86. this.dgvmain.DefaultCellStyle = dataGridViewCellStyle2;
  87. this.dgvmain.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.dgvmain.Location = new System.Drawing.Point(0, 82);
  89. this.dgvmain.Name = "dgvmain";
  90. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  91. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  92. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  94. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  95. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  96. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  97. this.dgvmain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  98. this.dgvmain.RowHeadersWidth = 30;
  99. this.dgvmain.RowTemplate.Height = 23;
  100. this.dgvmain.Size = new System.Drawing.Size(989, 502);
  101. this.dgvmain.TabIndex = 8;
  102. this.dgvmain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvmain_CellDoubleClick);
  103. this.dgvmain.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_CellMouseDown);
  104. //
  105. // bindingNavigator2
  106. //
  107. this.bindingNavigator2.AddNewItem = null;
  108. this.bindingNavigator2.CountItem = this.toolStripLabel3;
  109. this.bindingNavigator2.DeleteItem = null;
  110. this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.toolStripButton1,
  112. this.toolStripButton2,
  113. this.toolStripSeparator1,
  114. this.toolStripTextBox1,
  115. this.toolStripLabel3,
  116. this.toolStripSeparator3,
  117. this.toolStripButton4,
  118. this.toolStripButton5,
  119. this.toolStripSeparator4});
  120. this.bindingNavigator2.Location = new System.Drawing.Point(0, 57);
  121. this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
  122. this.bindingNavigator2.MoveLastItem = this.toolStripButton5;
  123. this.bindingNavigator2.MoveNextItem = this.toolStripButton4;
  124. this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
  125. this.bindingNavigator2.Name = "bindingNavigator2";
  126. this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
  127. this.bindingNavigator2.Size = new System.Drawing.Size(989, 25);
  128. this.bindingNavigator2.TabIndex = 7;
  129. this.bindingNavigator2.Text = "bindingNavigator2";
  130. //
  131. // toolStripLabel3
  132. //
  133. this.toolStripLabel3.Name = "toolStripLabel3";
  134. this.toolStripLabel3.Size = new System.Drawing.Size(32, 22);
  135. this.toolStripLabel3.Text = "/ {0}";
  136. this.toolStripLabel3.ToolTipText = "总项数";
  137. //
  138. // toolStripButton1
  139. //
  140. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  141. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  142. this.toolStripButton1.Name = "toolStripButton1";
  143. this.toolStripButton1.RightToLeftAutoMirrorImage = true;
  144. this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  145. this.toolStripButton1.Text = "移到第一条记录";
  146. //
  147. // toolStripButton2
  148. //
  149. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  150. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  151. this.toolStripButton2.Name = "toolStripButton2";
  152. this.toolStripButton2.RightToLeftAutoMirrorImage = true;
  153. this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
  154. this.toolStripButton2.Text = "移到上一条记录";
  155. //
  156. // toolStripSeparator1
  157. //
  158. this.toolStripSeparator1.Name = "toolStripSeparator1";
  159. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  160. //
  161. // toolStripTextBox1
  162. //
  163. this.toolStripTextBox1.AccessibleName = "位置";
  164. this.toolStripTextBox1.AutoSize = false;
  165. this.toolStripTextBox1.Name = "toolStripTextBox1";
  166. this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
  167. this.toolStripTextBox1.Text = "0";
  168. this.toolStripTextBox1.ToolTipText = "当前位置";
  169. //
  170. // toolStripSeparator3
  171. //
  172. this.toolStripSeparator3.Name = "toolStripSeparator3";
  173. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  174. //
  175. // toolStripButton4
  176. //
  177. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  178. this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
  179. this.toolStripButton4.Name = "toolStripButton4";
  180. this.toolStripButton4.RightToLeftAutoMirrorImage = true;
  181. this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
  182. this.toolStripButton4.Text = "移到下一条记录";
  183. //
  184. // toolStripButton5
  185. //
  186. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  187. this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  188. this.toolStripButton5.Name = "toolStripButton5";
  189. this.toolStripButton5.RightToLeftAutoMirrorImage = true;
  190. this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
  191. this.toolStripButton5.Text = "移到最后一条记录";
  192. //
  193. // toolStripSeparator4
  194. //
  195. this.toolStripSeparator4.Name = "toolStripSeparator4";
  196. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  197. //
  198. // groupBox1
  199. //
  200. this.groupBox1.Controls.Add(this.button3);
  201. this.groupBox1.Controls.Add(this.button4);
  202. this.groupBox1.Controls.Add(this.edit名称);
  203. this.groupBox1.Controls.Add(this.lbl中文品名);
  204. this.groupBox1.Controls.Add(this.lb件号);
  205. this.groupBox1.Controls.Add(this.edit代码);
  206. this.groupBox1.Controls.Add(this.button1);
  207. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  208. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  209. this.groupBox1.Name = "groupBox1";
  210. this.groupBox1.Size = new System.Drawing.Size(989, 57);
  211. this.groupBox1.TabIndex = 6;
  212. this.groupBox1.TabStop = false;
  213. this.groupBox1.Text = "查询条件";
  214. //
  215. // button3
  216. //
  217. this.button3.Location = new System.Drawing.Point(774, 20);
  218. this.button3.Name = "button3";
  219. this.button3.Size = new System.Drawing.Size(80, 30);
  220. this.button3.TabIndex = 401;
  221. this.button3.Text = "确认(&F)";
  222. this.button3.UseVisualStyleBackColor = true;
  223. this.button3.Visible = false;
  224. this.button3.Click += new System.EventHandler(this.button3_Click);
  225. //
  226. // button4
  227. //
  228. this.button4.Location = new System.Drawing.Point(688, 21);
  229. this.button4.Name = "button4";
  230. this.button4.Size = new System.Drawing.Size(80, 30);
  231. this.button4.TabIndex = 400;
  232. this.button4.Text = "新增(&A)";
  233. this.button4.UseVisualStyleBackColor = true;
  234. this.button4.Click += new System.EventHandler(this.button4_Click);
  235. //
  236. // edit名称
  237. //
  238. this.edit名称.Location = new System.Drawing.Point(250, 21);
  239. this.edit名称.Name = "edit名称";
  240. this.edit名称.Size = new System.Drawing.Size(151, 21);
  241. this.edit名称.TabIndex = 2;
  242. //
  243. // lbl中文品名
  244. //
  245. this.lbl中文品名.Location = new System.Drawing.Point(180, 26);
  246. this.lbl中文品名.Name = "lbl中文品名";
  247. this.lbl中文品名.Size = new System.Drawing.Size(71, 12);
  248. this.lbl中文品名.TabIndex = 373;
  249. this.lbl中文品名.Text = "名称";
  250. this.lbl中文品名.TextAlign = System.Drawing.ContentAlignment.BottomRight;
  251. //
  252. // lb件号
  253. //
  254. this.lb件号.Location = new System.Drawing.Point(7, 25);
  255. this.lb件号.Name = "lb件号";
  256. this.lb件号.Size = new System.Drawing.Size(55, 12);
  257. this.lb件号.TabIndex = 369;
  258. this.lb件号.Text = "代码";
  259. this.lb件号.TextAlign = System.Drawing.ContentAlignment.BottomRight;
  260. //
  261. // edit代码
  262. //
  263. this.edit代码.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  264. this.edit代码.Location = new System.Drawing.Point(62, 20);
  265. this.edit代码.Name = "edit代码";
  266. this.edit代码.Size = new System.Drawing.Size(100, 21);
  267. this.edit代码.TabIndex = 0;
  268. //
  269. // button1
  270. //
  271. this.button1.Location = new System.Drawing.Point(602, 21);
  272. this.button1.Name = "button1";
  273. this.button1.Size = new System.Drawing.Size(80, 30);
  274. this.button1.TabIndex = 17;
  275. this.button1.Text = "查询(&Q)";
  276. this.button1.UseVisualStyleBackColor = true;
  277. this.button1.Click += new System.EventHandler(this.button1_Click);
  278. //
  279. // cms
  280. //
  281. this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  282. this.toolStripMenuItem2,
  283. this.toolStripMenuItem3,
  284. this.toolStripMenuItem4});
  285. this.cms.Name = "cms";
  286. this.cms.Size = new System.Drawing.Size(113, 70);
  287. this.cms.Opening += new System.ComponentModel.CancelEventHandler(this.cms_Opening);
  288. //
  289. // toolStripMenuItem2
  290. //
  291. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  292. this.toolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
  293. this.toolStripMenuItem2.Text = "删除";
  294. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  295. //
  296. // toolStripMenuItem3
  297. //
  298. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  299. this.toolStripMenuItem3.Size = new System.Drawing.Size(112, 22);
  300. this.toolStripMenuItem3.Text = "全选";
  301. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  302. //
  303. // toolStripMenuItem4
  304. //
  305. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  306. this.toolStripMenuItem4.Size = new System.Drawing.Size(112, 22);
  307. this.toolStripMenuItem4.Text = "反全选";
  308. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  309. //
  310. // 选择
  311. //
  312. this.选择.DataPropertyName = "IsSelected";
  313. this.选择.FalseValue = "0";
  314. this.选择.HeaderText = "选择";
  315. this.选择.Name = "选择";
  316. this.选择.TrueValue = "1";
  317. this.选择.Width = 60;
  318. //
  319. // TLcdQuery
  320. //
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  323. this.ClientSize = new System.Drawing.Size(989, 584);
  324. this.Controls.Add(this.dgvmain);
  325. this.Controls.Add(this.bindingNavigator2);
  326. this.Controls.Add(this.groupBox1);
  327. this.Name = "TLcdQuery";
  328. this.Text = "Lcd查询";
  329. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.mcaquery_FormClosed);
  330. this.Load += new System.EventHandler(this.mmaquery_Load);
  331. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
  333. this.bindingNavigator2.ResumeLayout(false);
  334. this.bindingNavigator2.PerformLayout();
  335. this.groupBox1.ResumeLayout(false);
  336. this.groupBox1.PerformLayout();
  337. this.cms.ResumeLayout(false);
  338. this.ResumeLayout(false);
  339. this.PerformLayout();
  340. }
  341. #endregion
  342. private System.Windows.Forms.DataGridView dgvmain;
  343. private System.Windows.Forms.BindingNavigator bindingNavigator2;
  344. private System.Windows.Forms.ToolStripLabel toolStripLabel3;
  345. private System.Windows.Forms.ToolStripButton toolStripButton1;
  346. private System.Windows.Forms.ToolStripButton toolStripButton2;
  347. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  348. private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
  349. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  350. private System.Windows.Forms.ToolStripButton toolStripButton4;
  351. private System.Windows.Forms.ToolStripButton toolStripButton5;
  352. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  353. private System.Windows.Forms.GroupBox groupBox1;
  354. private System.Windows.Forms.Button button4;
  355. private System.Windows.Forms.TextBox edit名称;
  356. private System.Windows.Forms.Label lbl中文品名;
  357. private System.Windows.Forms.Label lb件号;
  358. private System.Windows.Forms.TextBox edit代码;
  359. private System.Windows.Forms.Button button1;
  360. private System.Windows.Forms.ContextMenuStrip cms;
  361. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  362. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  363. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  364. private System.Windows.Forms.Button button3;
  365. private System.Windows.Forms.DataGridViewCheckBoxColumn 选择;
  366. }
  367. }