ColumnControl.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. namespace NXWMS.Client.FrmCustom
  2. {
  3. partial class ColumnControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.kryptonContextMenuItems1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems();
  30. this.kryptonContextMenuItems2 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems();
  31. this.kryptonContextMenuItems3 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems();
  32. this.kryptonContextMenuItems4 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems();
  33. this.kryptonContextMenuItems5 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems();
  34. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.kryptonButtonExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  37. this.kryptonButtonSelect = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.kryptonPanelCondtion = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  39. this.tableLayoutPanelCondtion = new System.Windows.Forms.TableLayoutPanel();
  40. this.txtCondition4 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  41. this.lbCondition4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.txtCondition3 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  43. this.lbCondition3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.txtCondition2 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  45. this.lbCondition1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.lbCondition2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.txtCondition1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  48. this.kryptonPanel3 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  49. this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  50. this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  51. this.dataGridViewSelect = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  52. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.contextMenuStrip1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelCondtion)).BeginInit();
  59. this.kryptonPanelCondtion.SuspendLayout();
  60. this.tableLayoutPanelCondtion.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  64. this.kryptonPanel1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSelect)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // contextMenuStrip1
  69. //
  70. this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
  71. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  72. this.查询ToolStripMenuItem});
  73. this.contextMenuStrip1.Name = "contextMenuStrip1";
  74. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
  75. //
  76. // 查询ToolStripMenuItem
  77. //
  78. this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
  79. this.查询ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  80. this.查询ToolStripMenuItem.Text = "查询";
  81. //
  82. // kryptonButtonExit
  83. //
  84. this.kryptonButtonExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.kryptonButtonExit.Location = new System.Drawing.Point(565, 6);
  87. this.kryptonButtonExit.Name = "kryptonButtonExit";
  88. this.kryptonButtonExit.Size = new System.Drawing.Size(90, 27);
  89. this.kryptonButtonExit.StateCommon.Content.ShortText.Font = new System.Drawing.Font("宋体", 9F);
  90. this.kryptonButtonExit.TabIndex = 2;
  91. this.kryptonButtonExit.Values.Text = "退出";
  92. this.kryptonButtonExit.Click += new System.EventHandler(this.kryptonButtonExit_Click);
  93. //
  94. // kryptonButtonSelect
  95. //
  96. this.kryptonButtonSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.kryptonButtonSelect.Location = new System.Drawing.Point(469, 6);
  99. this.kryptonButtonSelect.Name = "kryptonButtonSelect";
  100. this.kryptonButtonSelect.Size = new System.Drawing.Size(90, 27);
  101. this.kryptonButtonSelect.StateCommon.Content.ShortText.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.kryptonButtonSelect.TabIndex = 1;
  103. this.kryptonButtonSelect.Values.Text = "确定";
  104. this.kryptonButtonSelect.Click += new System.EventHandler(this.kryptonButtonSelect_Click);
  105. //
  106. // kryptonPanelCondtion
  107. //
  108. this.kryptonPanelCondtion.Controls.Add(this.tableLayoutPanelCondtion);
  109. this.kryptonPanelCondtion.Controls.Add(this.kryptonPanel3);
  110. this.kryptonPanelCondtion.Controls.Add(this.kryptonPanel2);
  111. this.kryptonPanelCondtion.Dock = System.Windows.Forms.DockStyle.Top;
  112. this.kryptonPanelCondtion.Location = new System.Drawing.Point(0, 0);
  113. this.kryptonPanelCondtion.Name = "kryptonPanelCondtion";
  114. this.kryptonPanelCondtion.Size = new System.Drawing.Size(667, 94);
  115. this.kryptonPanelCondtion.TabIndex = 62;
  116. //
  117. // tableLayoutPanelCondtion
  118. //
  119. this.tableLayoutPanelCondtion.AutoSize = true;
  120. this.tableLayoutPanelCondtion.BackColor = System.Drawing.Color.Transparent;
  121. this.tableLayoutPanelCondtion.ColumnCount = 4;
  122. this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  123. this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  124. this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  125. this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  126. this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition4, 3, 1);
  127. this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition4, 2, 1);
  128. this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition3, 1, 1);
  129. this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition3, 0, 1);
  130. this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition2, 3, 0);
  131. this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition1, 0, 0);
  132. this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition2, 2, 0);
  133. this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition1, 1, 0);
  134. this.tableLayoutPanelCondtion.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.tableLayoutPanelCondtion.Location = new System.Drawing.Point(0, 21);
  136. this.tableLayoutPanelCondtion.Name = "tableLayoutPanelCondtion";
  137. this.tableLayoutPanelCondtion.RowCount = 2;
  138. this.tableLayoutPanelCondtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  139. this.tableLayoutPanelCondtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  140. this.tableLayoutPanelCondtion.Size = new System.Drawing.Size(667, 59);
  141. this.tableLayoutPanelCondtion.TabIndex = 3;
  142. this.tableLayoutPanelCondtion.Visible = false;
  143. //
  144. // txtCondition4
  145. //
  146. this.txtCondition4.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.txtCondition4.Location = new System.Drawing.Point(416, 33);
  148. this.txtCondition4.Name = "txtCondition4";
  149. this.txtCondition4.Size = new System.Drawing.Size(248, 23);
  150. this.txtCondition4.TabIndex = 7;
  151. this.txtCondition4.Visible = false;
  152. //
  153. // lbCondition4
  154. //
  155. this.lbCondition4.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.lbCondition4.Location = new System.Drawing.Point(336, 33);
  157. this.lbCondition4.Name = "lbCondition4";
  158. this.lbCondition4.Size = new System.Drawing.Size(74, 24);
  159. this.lbCondition4.TabIndex = 6;
  160. this.lbCondition4.Values.Text = "条件4";
  161. this.lbCondition4.Visible = false;
  162. //
  163. // txtCondition3
  164. //
  165. this.txtCondition3.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.txtCondition3.Location = new System.Drawing.Point(83, 33);
  167. this.txtCondition3.Name = "txtCondition3";
  168. this.txtCondition3.Size = new System.Drawing.Size(247, 23);
  169. this.txtCondition3.TabIndex = 5;
  170. this.txtCondition3.Visible = false;
  171. //
  172. // lbCondition3
  173. //
  174. this.lbCondition3.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.lbCondition3.Location = new System.Drawing.Point(3, 33);
  176. this.lbCondition3.Name = "lbCondition3";
  177. this.lbCondition3.Size = new System.Drawing.Size(74, 24);
  178. this.lbCondition3.TabIndex = 4;
  179. this.lbCondition3.Values.Text = "条件3";
  180. this.lbCondition3.Visible = false;
  181. //
  182. // txtCondition2
  183. //
  184. this.txtCondition2.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.txtCondition2.Location = new System.Drawing.Point(416, 3);
  186. this.txtCondition2.Name = "txtCondition2";
  187. this.txtCondition2.Size = new System.Drawing.Size(248, 23);
  188. this.txtCondition2.TabIndex = 3;
  189. this.txtCondition2.Visible = false;
  190. //
  191. // lbCondition1
  192. //
  193. this.lbCondition1.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.lbCondition1.Location = new System.Drawing.Point(3, 3);
  195. this.lbCondition1.Name = "lbCondition1";
  196. this.lbCondition1.Size = new System.Drawing.Size(74, 24);
  197. this.lbCondition1.TabIndex = 0;
  198. this.lbCondition1.Values.Text = "条件1";
  199. this.lbCondition1.Visible = false;
  200. //
  201. // lbCondition2
  202. //
  203. this.lbCondition2.Dock = System.Windows.Forms.DockStyle.Fill;
  204. this.lbCondition2.Location = new System.Drawing.Point(336, 3);
  205. this.lbCondition2.Name = "lbCondition2";
  206. this.lbCondition2.Size = new System.Drawing.Size(74, 24);
  207. this.lbCondition2.TabIndex = 1;
  208. this.lbCondition2.Values.Text = "条件2";
  209. this.lbCondition2.Visible = false;
  210. //
  211. // txtCondition1
  212. //
  213. this.txtCondition1.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.txtCondition1.Location = new System.Drawing.Point(83, 3);
  215. this.txtCondition1.Name = "txtCondition1";
  216. this.txtCondition1.Size = new System.Drawing.Size(247, 23);
  217. this.txtCondition1.TabIndex = 2;
  218. this.txtCondition1.Visible = false;
  219. //
  220. // kryptonPanel3
  221. //
  222. this.kryptonPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  223. this.kryptonPanel3.Location = new System.Drawing.Point(0, 80);
  224. this.kryptonPanel3.Name = "kryptonPanel3";
  225. this.kryptonPanel3.Size = new System.Drawing.Size(667, 14);
  226. this.kryptonPanel3.TabIndex = 2;
  227. //
  228. // kryptonPanel2
  229. //
  230. this.kryptonPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  231. this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
  232. this.kryptonPanel2.Name = "kryptonPanel2";
  233. this.kryptonPanel2.Size = new System.Drawing.Size(667, 21);
  234. this.kryptonPanel2.TabIndex = 1;
  235. //
  236. // kryptonPanel1
  237. //
  238. this.kryptonPanel1.Controls.Add(this.kryptonButtonSelect);
  239. this.kryptonPanel1.Controls.Add(this.kryptonButtonExit);
  240. this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  241. this.kryptonPanel1.Location = new System.Drawing.Point(0, 269);
  242. this.kryptonPanel1.Name = "kryptonPanel1";
  243. this.kryptonPanel1.Size = new System.Drawing.Size(667, 39);
  244. this.kryptonPanel1.TabIndex = 64;
  245. //
  246. // dataGridViewSelect
  247. //
  248. this.dataGridViewSelect.AllowUserToAddRows = false;
  249. this.dataGridViewSelect.AllowUserToDeleteRows = false;
  250. this.dataGridViewSelect.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  251. this.dataGridViewSelect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  252. this.dataGridViewSelect.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.dataGridViewSelect.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Mixed;
  254. this.dataGridViewSelect.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnSheet;
  255. this.dataGridViewSelect.Location = new System.Drawing.Point(0, 94);
  256. this.dataGridViewSelect.Name = "dataGridViewSelect";
  257. this.dataGridViewSelect.RowTemplate.Height = 23;
  258. this.dataGridViewSelect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  259. this.dataGridViewSelect.Size = new System.Drawing.Size(667, 175);
  260. this.dataGridViewSelect.StateCommon.Background.Color1 = System.Drawing.Color.White;
  261. this.dataGridViewSelect.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnSheet;
  262. this.dataGridViewSelect.TabIndex = 65;
  263. //
  264. // dataGridViewTextBoxColumn1
  265. //
  266. this.dataGridViewTextBoxColumn1.HeaderText = "Column1";
  267. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  268. //
  269. // dataGridViewTextBoxColumn2
  270. //
  271. this.dataGridViewTextBoxColumn2.HeaderText = "Column2";
  272. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  273. //
  274. // dataGridViewTextBoxColumn3
  275. //
  276. this.dataGridViewTextBoxColumn3.HeaderText = "Column3";
  277. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  278. //
  279. // dataGridViewTextBoxColumn4
  280. //
  281. this.dataGridViewTextBoxColumn4.HeaderText = "Column4";
  282. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  283. //
  284. // dataGridViewTextBoxColumn5
  285. //
  286. this.dataGridViewTextBoxColumn5.HeaderText = "Column5";
  287. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  288. //
  289. // ColumnControl
  290. //
  291. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  292. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  293. this.Controls.Add(this.dataGridViewSelect);
  294. this.Controls.Add(this.kryptonPanel1);
  295. this.Controls.Add(this.kryptonPanelCondtion);
  296. this.Name = "ColumnControl";
  297. this.Size = new System.Drawing.Size(667, 308);
  298. this.Resize += new System.EventHandler(this.ColumnControl_Resize);
  299. this.contextMenuStrip1.ResumeLayout(false);
  300. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelCondtion)).EndInit();
  301. this.kryptonPanelCondtion.ResumeLayout(false);
  302. this.kryptonPanelCondtion.PerformLayout();
  303. this.tableLayoutPanelCondtion.ResumeLayout(false);
  304. this.tableLayoutPanelCondtion.PerformLayout();
  305. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  308. this.kryptonPanel1.ResumeLayout(false);
  309. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSelect)).EndInit();
  310. this.ResumeLayout(false);
  311. }
  312. #endregion
  313. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  314. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  315. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  318. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems1;
  319. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems2;
  320. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems3;
  321. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems4;
  322. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems5;
  323. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  324. private System.Windows.Forms.ToolStripMenuItem 查询ToolStripMenuItem;
  325. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSelect;
  326. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonExit;
  327. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelCondtion;
  328. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  329. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewSelect;
  330. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelCondtion;
  331. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition4;
  332. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition4;
  333. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition3;
  334. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition3;
  335. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition2;
  336. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition1;
  337. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition2;
  338. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition1;
  339. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel3;
  340. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2;
  341. }
  342. }