frmOperateImportTemplate.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. namespace NXWMS.Forms.Rule.frmRuleChild
  2. {
  3. partial class frmOperateImportTemplate
  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.kryptonGroupBoxDetail = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  29. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  30. this.kryptonGroupBoxMain = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  36. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  37. this.cmbSourceType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  38. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.txtSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  40. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.txtSourceCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  42. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.cmbImportMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  44. this.kryptonLabelName = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonLabelCode = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.txtTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  47. this.txtTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  48. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  50. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail.Panel)).BeginInit();
  53. this.kryptonGroupBoxDetail.Panel.SuspendLayout();
  54. this.kryptonGroupBoxDetail.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain.Panel)).BeginInit();
  58. this.kryptonGroupBoxMain.Panel.SuspendLayout();
  59. this.kryptonGroupBoxMain.SuspendLayout();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. this.tableLayoutPanel2.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.cmbImportMode)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // kryptonGroupBoxDetail
  67. //
  68. this.kryptonGroupBoxDetail.CaptionOverlap = 0D;
  69. this.kryptonGroupBoxDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.kryptonGroupBoxDetail.Location = new System.Drawing.Point(0, 182);
  71. this.kryptonGroupBoxDetail.Name = "kryptonGroupBoxDetail";
  72. //
  73. // kryptonGroupBoxDetail.Panel
  74. //
  75. this.kryptonGroupBoxDetail.Panel.Controls.Add(this.dataGridView);
  76. this.kryptonGroupBoxDetail.Size = new System.Drawing.Size(1111, 447);
  77. this.kryptonGroupBoxDetail.TabIndex = 6;
  78. this.kryptonGroupBoxDetail.Values.Heading = "导入模版明细表:";
  79. //
  80. // dataGridView
  81. //
  82. this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  83. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  84. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  86. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  87. this.dataGridView.Name = "dataGridView";
  88. this.dataGridView.RowTemplate.Height = 23;
  89. this.dataGridView.Size = new System.Drawing.Size(1107, 423);
  90. this.dataGridView.TabIndex = 1;
  91. //
  92. // kryptonGroupBoxMain
  93. //
  94. this.kryptonGroupBoxMain.CaptionOverlap = 0D;
  95. this.kryptonGroupBoxMain.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.kryptonGroupBoxMain.Location = new System.Drawing.Point(0, 0);
  97. this.kryptonGroupBoxMain.Name = "kryptonGroupBoxMain";
  98. //
  99. // kryptonGroupBoxMain.Panel
  100. //
  101. this.kryptonGroupBoxMain.Panel.Controls.Add(this.tableLayoutPanel1);
  102. this.kryptonGroupBoxMain.Panel.Controls.Add(this.kryptonLabel6);
  103. this.kryptonGroupBoxMain.Panel.Controls.Add(this.richDescibe);
  104. this.kryptonGroupBoxMain.Panel.Controls.Add(this.tableLayoutPanel2);
  105. this.kryptonGroupBoxMain.Size = new System.Drawing.Size(1111, 182);
  106. this.kryptonGroupBoxMain.TabIndex = 5;
  107. this.kryptonGroupBoxMain.Values.Heading = "导入模版主表:";
  108. //
  109. // tableLayoutPanel1
  110. //
  111. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  112. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  113. this.tableLayoutPanel1.ColumnCount = 2;
  114. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  115. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.00001F));
  116. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  117. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
  118. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
  119. this.tableLayoutPanel1.Location = new System.Drawing.Point(846, 114);
  120. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  121. this.tableLayoutPanel1.RowCount = 1;
  122. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  123. this.tableLayoutPanel1.Size = new System.Drawing.Size(250, 40);
  124. this.tableLayoutPanel1.TabIndex = 48;
  125. //
  126. // btnCancel
  127. //
  128. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  129. | System.Windows.Forms.AnchorStyles.Left)
  130. | System.Windows.Forms.AnchorStyles.Right)));
  131. this.btnCancel.Location = new System.Drawing.Point(127, 3);
  132. this.btnCancel.Name = "btnCancel";
  133. this.btnCancel.Size = new System.Drawing.Size(120, 34);
  134. this.btnCancel.TabIndex = 2;
  135. this.btnCancel.Tag = "";
  136. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.exit;
  137. this.btnCancel.Values.Text = "取消";
  138. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  139. //
  140. // btnConfirm
  141. //
  142. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  143. | System.Windows.Forms.AnchorStyles.Left)
  144. | System.Windows.Forms.AnchorStyles.Right)));
  145. this.btnConfirm.Location = new System.Drawing.Point(3, 3);
  146. this.btnConfirm.Name = "btnConfirm";
  147. this.btnConfirm.Size = new System.Drawing.Size(118, 34);
  148. this.btnConfirm.TabIndex = 1;
  149. this.btnConfirm.Tag = "";
  150. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.save;
  151. this.btnConfirm.Values.Text = "保存";
  152. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  153. //
  154. // kryptonLabel6
  155. //
  156. this.kryptonLabel6.AutoSize = false;
  157. this.kryptonLabel6.Location = new System.Drawing.Point(12, 80);
  158. this.kryptonLabel6.Name = "kryptonLabel6";
  159. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  160. this.kryptonLabel6.Size = new System.Drawing.Size(105, 24);
  161. this.kryptonLabel6.TabIndex = 47;
  162. this.kryptonLabel6.Values.Text = "描述";
  163. //
  164. // richDescibe
  165. //
  166. this.richDescibe.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  167. | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.richDescibe.Location = new System.Drawing.Point(123, 84);
  170. this.richDescibe.Name = "richDescibe";
  171. this.richDescibe.Size = new System.Drawing.Size(626, 70);
  172. this.richDescibe.TabIndex = 46;
  173. this.richDescibe.Tag = "DESCRIBE";
  174. this.richDescibe.Text = "";
  175. //
  176. // tableLayoutPanel2
  177. //
  178. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  179. this.tableLayoutPanel2.ColumnCount = 8;
  180. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  181. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  182. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  183. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  184. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  185. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  186. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  187. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  188. this.tableLayoutPanel2.Controls.Add(this.cmbSourceType, 3, 1);
  189. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 2, 1);
  190. this.tableLayoutPanel2.Controls.Add(this.txtSourceName, 1, 1);
  191. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 0, 1);
  192. this.tableLayoutPanel2.Controls.Add(this.txtSourceCode, 7, 0);
  193. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 6, 0);
  194. this.tableLayoutPanel2.Controls.Add(this.cmbImportMode, 5, 0);
  195. this.tableLayoutPanel2.Controls.Add(this.kryptonLabelName, 2, 0);
  196. this.tableLayoutPanel2.Controls.Add(this.kryptonLabelCode, 0, 0);
  197. this.tableLayoutPanel2.Controls.Add(this.txtTemplateCode, 1, 0);
  198. this.tableLayoutPanel2.Controls.Add(this.txtTemplateName, 3, 0);
  199. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 1);
  200. this.tableLayoutPanel2.Controls.Add(this.chkUse, 5, 1);
  201. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 4, 0);
  202. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  203. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  204. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  205. this.tableLayoutPanel2.RowCount = 2;
  206. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  207. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  208. this.tableLayoutPanel2.Size = new System.Drawing.Size(1107, 66);
  209. this.tableLayoutPanel2.TabIndex = 1;
  210. //
  211. // cmbSourceType
  212. //
  213. this.cmbSourceType.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.cmbSourceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  215. this.cmbSourceType.DropDownWidth = 180;
  216. this.cmbSourceType.Location = new System.Drawing.Point(399, 35);
  217. this.cmbSourceType.Name = "cmbSourceType";
  218. this.cmbSourceType.Size = new System.Drawing.Size(150, 21);
  219. this.cmbSourceType.TabIndex = 140;
  220. //
  221. // kryptonLabel5
  222. //
  223. this.kryptonLabel5.AutoSize = false;
  224. this.kryptonLabel5.Location = new System.Drawing.Point(279, 35);
  225. this.kryptonLabel5.Name = "kryptonLabel5";
  226. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  227. this.kryptonLabel5.Size = new System.Drawing.Size(114, 26);
  228. this.kryptonLabel5.TabIndex = 139;
  229. this.kryptonLabel5.Values.ExtraText = "\r\n";
  230. this.kryptonLabel5.Values.Text = "源对象类型";
  231. //
  232. // txtSourceName
  233. //
  234. this.txtSourceName.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.txtSourceName.Location = new System.Drawing.Point(123, 35);
  236. this.txtSourceName.Name = "txtSourceName";
  237. this.txtSourceName.Size = new System.Drawing.Size(150, 23);
  238. this.txtSourceName.TabIndex = 138;
  239. //
  240. // kryptonLabel4
  241. //
  242. this.kryptonLabel4.AutoSize = false;
  243. this.kryptonLabel4.Location = new System.Drawing.Point(3, 35);
  244. this.kryptonLabel4.Name = "kryptonLabel4";
  245. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  246. this.kryptonLabel4.Size = new System.Drawing.Size(114, 26);
  247. this.kryptonLabel4.TabIndex = 137;
  248. this.kryptonLabel4.Values.ExtraText = "\r\n";
  249. this.kryptonLabel4.Values.Text = "源对象名称";
  250. //
  251. // txtSourceCode
  252. //
  253. this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.txtSourceCode.Location = new System.Drawing.Point(951, 3);
  255. this.txtSourceCode.Name = "txtSourceCode";
  256. this.txtSourceCode.Size = new System.Drawing.Size(153, 23);
  257. this.txtSourceCode.TabIndex = 136;
  258. //
  259. // kryptonLabel2
  260. //
  261. this.kryptonLabel2.AutoSize = false;
  262. this.kryptonLabel2.Location = new System.Drawing.Point(831, 3);
  263. this.kryptonLabel2.Name = "kryptonLabel2";
  264. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  265. this.kryptonLabel2.Size = new System.Drawing.Size(114, 26);
  266. this.kryptonLabel2.TabIndex = 135;
  267. this.kryptonLabel2.Values.ExtraText = "\r\n";
  268. this.kryptonLabel2.Values.Text = "源对象编码";
  269. //
  270. // cmbImportMode
  271. //
  272. this.cmbImportMode.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.cmbImportMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  274. this.cmbImportMode.DropDownWidth = 180;
  275. this.cmbImportMode.Location = new System.Drawing.Point(675, 3);
  276. this.cmbImportMode.Name = "cmbImportMode";
  277. this.cmbImportMode.Size = new System.Drawing.Size(150, 21);
  278. this.cmbImportMode.TabIndex = 134;
  279. //
  280. // kryptonLabelName
  281. //
  282. this.kryptonLabelName.AutoSize = false;
  283. this.kryptonLabelName.Location = new System.Drawing.Point(279, 3);
  284. this.kryptonLabelName.Name = "kryptonLabelName";
  285. this.kryptonLabelName.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  286. this.kryptonLabelName.Size = new System.Drawing.Size(114, 26);
  287. this.kryptonLabelName.TabIndex = 2;
  288. this.kryptonLabelName.Values.Text = "导入模板名称";
  289. //
  290. // kryptonLabelCode
  291. //
  292. this.kryptonLabelCode.AutoSize = false;
  293. this.kryptonLabelCode.Location = new System.Drawing.Point(3, 3);
  294. this.kryptonLabelCode.Name = "kryptonLabelCode";
  295. this.kryptonLabelCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  296. this.kryptonLabelCode.Size = new System.Drawing.Size(114, 26);
  297. this.kryptonLabelCode.TabIndex = 0;
  298. this.kryptonLabelCode.Values.ExtraText = "\r\n";
  299. this.kryptonLabelCode.Values.Text = "导入模板编码";
  300. //
  301. // txtTemplateCode
  302. //
  303. this.txtTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.txtTemplateCode.Location = new System.Drawing.Point(123, 3);
  305. this.txtTemplateCode.Name = "txtTemplateCode";
  306. this.txtTemplateCode.Size = new System.Drawing.Size(150, 23);
  307. this.txtTemplateCode.TabIndex = 1;
  308. //
  309. // txtTemplateName
  310. //
  311. this.txtTemplateName.Dock = System.Windows.Forms.DockStyle.Fill;
  312. this.txtTemplateName.Location = new System.Drawing.Point(399, 3);
  313. this.txtTemplateName.Name = "txtTemplateName";
  314. this.txtTemplateName.Size = new System.Drawing.Size(150, 23);
  315. this.txtTemplateName.TabIndex = 130;
  316. //
  317. // kryptonLabel3
  318. //
  319. this.kryptonLabel3.AutoSize = false;
  320. this.kryptonLabel3.Location = new System.Drawing.Point(555, 35);
  321. this.kryptonLabel3.Name = "kryptonLabel3";
  322. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  323. this.kryptonLabel3.Size = new System.Drawing.Size(114, 26);
  324. this.kryptonLabel3.TabIndex = 131;
  325. this.kryptonLabel3.Values.Text = "使用标识";
  326. //
  327. // chkUse
  328. //
  329. this.chkUse.Checked = true;
  330. this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
  331. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.chkUse.Location = new System.Drawing.Point(675, 35);
  333. this.chkUse.Name = "chkUse";
  334. this.chkUse.Size = new System.Drawing.Size(150, 28);
  335. this.chkUse.TabIndex = 132;
  336. this.chkUse.Values.Text = "";
  337. //
  338. // kryptonLabel1
  339. //
  340. this.kryptonLabel1.AutoSize = false;
  341. this.kryptonLabel1.Location = new System.Drawing.Point(555, 3);
  342. this.kryptonLabel1.Name = "kryptonLabel1";
  343. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  344. this.kryptonLabel1.Size = new System.Drawing.Size(114, 26);
  345. this.kryptonLabel1.TabIndex = 133;
  346. this.kryptonLabel1.Values.Text = "导入方式";
  347. //
  348. // frmOperateImportTemplate
  349. //
  350. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  351. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  352. this.ClientSize = new System.Drawing.Size(1111, 629);
  353. this.Controls.Add(this.kryptonGroupBoxDetail);
  354. this.Controls.Add(this.kryptonGroupBoxMain);
  355. this.Name = "frmOperateImportTemplate";
  356. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  357. this.Text = "导入模版-新增";
  358. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail.Panel)).EndInit();
  359. this.kryptonGroupBoxDetail.Panel.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail)).EndInit();
  361. this.kryptonGroupBoxDetail.ResumeLayout(false);
  362. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain.Panel)).EndInit();
  364. this.kryptonGroupBoxMain.Panel.ResumeLayout(false);
  365. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain)).EndInit();
  366. this.kryptonGroupBoxMain.ResumeLayout(false);
  367. this.tableLayoutPanel1.ResumeLayout(false);
  368. this.tableLayoutPanel2.ResumeLayout(false);
  369. this.tableLayoutPanel2.PerformLayout();
  370. ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.cmbImportMode)).EndInit();
  372. this.ResumeLayout(false);
  373. }
  374. #endregion
  375. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxDetail;
  376. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  377. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxMain;
  378. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  379. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  380. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  381. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  382. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  383. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  384. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelName;
  385. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelCode;
  386. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateCode;
  387. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  388. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  389. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateName;
  390. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  391. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSourceType;
  392. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  393. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceName;
  394. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  395. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceCode;
  396. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  397. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbImportMode;
  398. }
  399. }