frmOperateRule.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. namespace NXWMS.Forms.Rule.frmRuleChild
  2. {
  3. partial class frmOperateRule
  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. this.kryptonGroupBoxDetail = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.kryptonGroupBoxMain = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  32. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  33. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  37. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  38. this.kryptonLabelName = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabelCode = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.txtRuleCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  41. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  43. this.txtRuleName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  45. this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail.Panel)).BeginInit();
  49. this.kryptonGroupBoxDetail.Panel.SuspendLayout();
  50. this.kryptonGroupBoxDetail.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain.Panel)).BeginInit();
  54. this.kryptonGroupBoxMain.Panel.SuspendLayout();
  55. this.kryptonGroupBoxMain.SuspendLayout();
  56. this.tableLayoutPanel1.SuspendLayout();
  57. this.tableLayoutPanel2.SuspendLayout();
  58. this.contextMenuStrip1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // kryptonGroupBoxDetail
  62. //
  63. this.kryptonGroupBoxDetail.CaptionOverlap = 0D;
  64. this.kryptonGroupBoxDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.kryptonGroupBoxDetail.Location = new System.Drawing.Point(0, 151);
  66. this.kryptonGroupBoxDetail.Name = "kryptonGroupBoxDetail";
  67. //
  68. // kryptonGroupBoxDetail.Panel
  69. //
  70. this.kryptonGroupBoxDetail.Panel.Controls.Add(this.dataGridView);
  71. this.kryptonGroupBoxDetail.Size = new System.Drawing.Size(1147, 614);
  72. this.kryptonGroupBoxDetail.TabIndex = 4;
  73. this.kryptonGroupBoxDetail.Values.Heading = "上架规则明细表:";
  74. //
  75. // dataGridView
  76. //
  77. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  78. this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  79. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  80. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  82. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  83. this.dataGridView.Name = "dataGridView";
  84. this.dataGridView.RowTemplate.Height = 23;
  85. this.dataGridView.Size = new System.Drawing.Size(1143, 590);
  86. this.dataGridView.TabIndex = 1;
  87. this.dataGridView.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_RowHeaderMouseClick);
  88. //
  89. // kryptonGroupBoxMain
  90. //
  91. this.kryptonGroupBoxMain.CaptionOverlap = 0D;
  92. this.kryptonGroupBoxMain.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.kryptonGroupBoxMain.Location = new System.Drawing.Point(0, 0);
  94. this.kryptonGroupBoxMain.Name = "kryptonGroupBoxMain";
  95. //
  96. // kryptonGroupBoxMain.Panel
  97. //
  98. this.kryptonGroupBoxMain.Panel.Controls.Add(this.tableLayoutPanel1);
  99. this.kryptonGroupBoxMain.Panel.Controls.Add(this.kryptonLabel6);
  100. this.kryptonGroupBoxMain.Panel.Controls.Add(this.richDescibe);
  101. this.kryptonGroupBoxMain.Panel.Controls.Add(this.tableLayoutPanel2);
  102. this.kryptonGroupBoxMain.Size = new System.Drawing.Size(1147, 151);
  103. this.kryptonGroupBoxMain.TabIndex = 3;
  104. this.kryptonGroupBoxMain.Values.Heading = "上架规则主表:";
  105. //
  106. // tableLayoutPanel1
  107. //
  108. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  109. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  110. this.tableLayoutPanel1.ColumnCount = 2;
  111. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  112. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.00001F));
  113. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  114. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
  115. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
  116. this.tableLayoutPanel1.Location = new System.Drawing.Point(882, 75);
  117. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  118. this.tableLayoutPanel1.RowCount = 1;
  119. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  120. this.tableLayoutPanel1.Size = new System.Drawing.Size(250, 40);
  121. this.tableLayoutPanel1.TabIndex = 48;
  122. //
  123. // btnCancel
  124. //
  125. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnCancel.Location = new System.Drawing.Point(127, 3);
  129. this.btnCancel.Name = "btnCancel";
  130. this.btnCancel.Size = new System.Drawing.Size(120, 34);
  131. this.btnCancel.TabIndex = 2;
  132. this.btnCancel.Tag = "";
  133. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.exit;
  134. this.btnCancel.Values.Text = "取消";
  135. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  136. //
  137. // btnConfirm
  138. //
  139. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  140. | System.Windows.Forms.AnchorStyles.Left)
  141. | System.Windows.Forms.AnchorStyles.Right)));
  142. this.btnConfirm.Location = new System.Drawing.Point(3, 3);
  143. this.btnConfirm.Name = "btnConfirm";
  144. this.btnConfirm.Size = new System.Drawing.Size(118, 34);
  145. this.btnConfirm.TabIndex = 1;
  146. this.btnConfirm.Tag = "";
  147. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.save;
  148. this.btnConfirm.Values.Text = "保存";
  149. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  150. //
  151. // kryptonLabel6
  152. //
  153. this.kryptonLabel6.AutoSize = false;
  154. this.kryptonLabel6.Location = new System.Drawing.Point(10, 43);
  155. this.kryptonLabel6.Name = "kryptonLabel6";
  156. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  157. this.kryptonLabel6.Size = new System.Drawing.Size(135, 24);
  158. this.kryptonLabel6.TabIndex = 47;
  159. this.kryptonLabel6.Values.Text = "描述";
  160. //
  161. // richDescibe
  162. //
  163. this.richDescibe.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  164. | System.Windows.Forms.AnchorStyles.Left)
  165. | System.Windows.Forms.AnchorStyles.Right)));
  166. this.richDescibe.Location = new System.Drawing.Point(153, 46);
  167. this.richDescibe.Name = "richDescibe";
  168. this.richDescibe.Size = new System.Drawing.Size(632, 69);
  169. this.richDescibe.TabIndex = 46;
  170. this.richDescibe.Tag = "DESCRIBE";
  171. this.richDescibe.Text = "";
  172. //
  173. // tableLayoutPanel2
  174. //
  175. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  176. this.tableLayoutPanel2.ColumnCount = 7;
  177. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
  178. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  179. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
  180. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  181. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
  182. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  183. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F));
  184. this.tableLayoutPanel2.Controls.Add(this.kryptonLabelName, 2, 0);
  185. this.tableLayoutPanel2.Controls.Add(this.kryptonLabelCode, 0, 0);
  186. this.tableLayoutPanel2.Controls.Add(this.txtRuleCode, 1, 0);
  187. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  188. this.tableLayoutPanel2.Controls.Add(this.chkUse, 5, 0);
  189. this.tableLayoutPanel2.Controls.Add(this.txtRuleName, 3, 0);
  190. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  191. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  192. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  193. this.tableLayoutPanel2.RowCount = 1;
  194. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  195. this.tableLayoutPanel2.Size = new System.Drawing.Size(1143, 32);
  196. this.tableLayoutPanel2.TabIndex = 1;
  197. //
  198. // kryptonLabelName
  199. //
  200. this.kryptonLabelName.AutoSize = false;
  201. this.kryptonLabelName.Dock = System.Windows.Forms.DockStyle.Fill;
  202. this.kryptonLabelName.Location = new System.Drawing.Point(380, 3);
  203. this.kryptonLabelName.Name = "kryptonLabelName";
  204. this.kryptonLabelName.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  205. this.kryptonLabelName.Size = new System.Drawing.Size(144, 26);
  206. this.kryptonLabelName.TabIndex = 2;
  207. this.kryptonLabelName.Values.Text = "上架规则名称";
  208. //
  209. // kryptonLabelCode
  210. //
  211. this.kryptonLabelCode.AutoSize = false;
  212. this.kryptonLabelCode.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.kryptonLabelCode.Location = new System.Drawing.Point(3, 3);
  214. this.kryptonLabelCode.Name = "kryptonLabelCode";
  215. this.kryptonLabelCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  216. this.kryptonLabelCode.Size = new System.Drawing.Size(144, 26);
  217. this.kryptonLabelCode.TabIndex = 0;
  218. this.kryptonLabelCode.Values.ExtraText = "\r\n";
  219. this.kryptonLabelCode.Values.Text = "上架规则编码";
  220. //
  221. // txtRuleCode
  222. //
  223. this.txtRuleCode.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.txtRuleCode.Location = new System.Drawing.Point(153, 3);
  225. this.txtRuleCode.Name = "txtRuleCode";
  226. this.txtRuleCode.Size = new System.Drawing.Size(221, 23);
  227. this.txtRuleCode.TabIndex = 1;
  228. //
  229. // kryptonLabel3
  230. //
  231. this.kryptonLabel3.AutoSize = false;
  232. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.kryptonLabel3.Location = new System.Drawing.Point(757, 3);
  234. this.kryptonLabel3.Name = "kryptonLabel3";
  235. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  236. this.kryptonLabel3.Size = new System.Drawing.Size(144, 26);
  237. this.kryptonLabel3.TabIndex = 131;
  238. this.kryptonLabel3.Values.Text = "使用标识";
  239. //
  240. // chkUse
  241. //
  242. this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  243. | System.Windows.Forms.AnchorStyles.Left)
  244. | System.Windows.Forms.AnchorStyles.Right)));
  245. this.chkUse.Checked = true;
  246. this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
  247. this.chkUse.Location = new System.Drawing.Point(907, 3);
  248. this.chkUse.Name = "chkUse";
  249. this.chkUse.Size = new System.Drawing.Size(221, 26);
  250. this.chkUse.TabIndex = 132;
  251. this.chkUse.Values.Text = "";
  252. //
  253. // txtRuleName
  254. //
  255. this.txtRuleName.Location = new System.Drawing.Point(530, 3);
  256. this.txtRuleName.Name = "txtRuleName";
  257. this.txtRuleName.Size = new System.Drawing.Size(221, 23);
  258. this.txtRuleName.TabIndex = 130;
  259. //
  260. // contextMenuStrip1
  261. //
  262. this.contextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
  263. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  264. this.删除选中行ToolStripMenuItem,
  265. this.全部删除ToolStripMenuItem});
  266. this.contextMenuStrip1.Name = "contextMenuStrip1";
  267. this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
  268. //
  269. // 删除选中行ToolStripMenuItem
  270. //
  271. this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
  272. this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  273. this.删除选中行ToolStripMenuItem.Text = "删除选中行";
  274. this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
  275. //
  276. // 全部删除ToolStripMenuItem
  277. //
  278. this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
  279. this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  280. this.全部删除ToolStripMenuItem.Text = "全部删除";
  281. this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
  282. //
  283. // frmOperateRule
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.ClientSize = new System.Drawing.Size(1147, 765);
  288. this.Controls.Add(this.kryptonGroupBoxDetail);
  289. this.Controls.Add(this.kryptonGroupBoxMain);
  290. this.MinimizeBox = false;
  291. this.Name = "frmOperateRule";
  292. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  293. this.Text = "上架规则-新增";
  294. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail.Panel)).EndInit();
  295. this.kryptonGroupBoxDetail.Panel.ResumeLayout(false);
  296. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail)).EndInit();
  297. this.kryptonGroupBoxDetail.ResumeLayout(false);
  298. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain.Panel)).EndInit();
  300. this.kryptonGroupBoxMain.Panel.ResumeLayout(false);
  301. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain)).EndInit();
  302. this.kryptonGroupBoxMain.ResumeLayout(false);
  303. this.tableLayoutPanel1.ResumeLayout(false);
  304. this.tableLayoutPanel2.ResumeLayout(false);
  305. this.tableLayoutPanel2.PerformLayout();
  306. this.contextMenuStrip1.ResumeLayout(false);
  307. this.ResumeLayout(false);
  308. }
  309. #endregion
  310. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxDetail;
  311. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxMain;
  312. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  313. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  314. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  315. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  316. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelName;
  317. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelCode;
  318. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRuleCode;
  319. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRuleName;
  320. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  321. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  322. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  323. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  324. private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
  325. private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
  326. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  327. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  328. }
  329. }