TEntityQuery.Designer.cs 21 KB

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