frmPrintTemplate.Designer.cs 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122
  1. namespace NXWMS.Forms.Rule
  2. {
  3. partial class frmPrintTemplate
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrintTemplate));
  29. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  30. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  44. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  45. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  46. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  48. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  49. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  50. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  51. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  52. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  53. this.txtSearchSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  54. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.txtSearchTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  57. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.txtSearchTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  60. this.cmbSearchTemplateMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  61. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  62. this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  63. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  64. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  65. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  66. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  67. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  68. this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  69. this.chkShowHeader = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  70. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  71. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  72. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  73. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  74. this.txtTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  75. this.txtTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  76. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  77. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  78. this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  79. this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  80. this.txtSourceContent = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  81. this.chkShowWatermark = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  82. this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  83. this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  84. this.chkShowLogoFlag = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  85. this.cmbPrintMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  86. this.txtSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  87. this.txtSourceCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  88. this.cmbSourceType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  89. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  90. this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  91. this.numPrintNumber = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  92. this.lbStatusMessage = new System.Windows.Forms.Label();
  93. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  94. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  95. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  109. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  112. this.kryptonGroupBox2.Panel.SuspendLayout();
  113. this.kryptonGroupBox2.SuspendLayout();
  114. this.tableLayoutPanel4.SuspendLayout();
  115. this.tableLayoutPanel3.SuspendLayout();
  116. this.tableLayoutPanel2.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTemplateMode)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  120. this.groupOperation.Panel.SuspendLayout();
  121. this.groupOperation.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  123. this.kryptonPanelInput.SuspendLayout();
  124. this.tableLayoutPanelInput.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.cmbPrintMode)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).BeginInit();
  127. this.SuspendLayout();
  128. //
  129. // dataGridView
  130. //
  131. this.dataGridView.AllowUserToAddRows = false;
  132. this.dataGridView.AllowUserToDeleteRows = false;
  133. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)
  135. | System.Windows.Forms.AnchorStyles.Right)));
  136. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  137. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  138. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  139. this.Column15,
  140. this.Column16,
  141. this.Column17,
  142. this.Column18,
  143. this.Column19,
  144. this.Column20,
  145. this.Column21,
  146. this.Column22,
  147. this.Column23,
  148. this.Column24,
  149. this.Column27,
  150. this.Column25,
  151. this.Column26});
  152. this.dataGridView.Location = new System.Drawing.Point(2, 144);
  153. this.dataGridView.Name = "dataGridView";
  154. this.dataGridView.ReadOnly = true;
  155. this.dataGridView.RowTemplate.Height = 23;
  156. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  157. this.dataGridView.Size = new System.Drawing.Size(1157, 579);
  158. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  159. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  160. this.dataGridView.TabIndex = 81;
  161. //
  162. // Column15
  163. //
  164. this.Column15.HeaderText = "用户编码";
  165. this.Column15.Name = "Column15";
  166. this.Column15.ReadOnly = true;
  167. //
  168. // Column16
  169. //
  170. this.Column16.HeaderText = "用户名称";
  171. this.Column16.Name = "Column16";
  172. this.Column16.ReadOnly = true;
  173. //
  174. // Column17
  175. //
  176. this.Column17.HeaderText = "用户昵称";
  177. this.Column17.Name = "Column17";
  178. this.Column17.ReadOnly = true;
  179. //
  180. // Column18
  181. //
  182. this.Column18.HeaderText = "职位名称";
  183. this.Column18.Name = "Column18";
  184. this.Column18.ReadOnly = true;
  185. //
  186. // Column19
  187. //
  188. this.Column19.HeaderText = "性别";
  189. this.Column19.Name = "Column19";
  190. this.Column19.ReadOnly = true;
  191. //
  192. // Column20
  193. //
  194. this.Column20.HeaderText = "所属角色";
  195. this.Column20.Name = "Column20";
  196. this.Column20.ReadOnly = true;
  197. //
  198. // Column21
  199. //
  200. this.Column21.HeaderText = "手机号码";
  201. this.Column21.Name = "Column21";
  202. this.Column21.ReadOnly = true;
  203. //
  204. // Column22
  205. //
  206. this.Column22.HeaderText = "邮箱";
  207. this.Column22.Name = "Column22";
  208. this.Column22.ReadOnly = true;
  209. //
  210. // Column23
  211. //
  212. this.Column23.HeaderText = "地址";
  213. this.Column23.Name = "Column23";
  214. this.Column23.ReadOnly = true;
  215. //
  216. // Column24
  217. //
  218. this.Column24.HeaderText = "是否启用";
  219. this.Column24.Name = "Column24";
  220. this.Column24.ReadOnly = true;
  221. //
  222. // Column27
  223. //
  224. this.Column27.HeaderText = "创建人";
  225. this.Column27.Name = "Column27";
  226. this.Column27.ReadOnly = true;
  227. //
  228. // Column25
  229. //
  230. this.Column25.HeaderText = "创建时间";
  231. this.Column25.Name = "Column25";
  232. this.Column25.ReadOnly = true;
  233. //
  234. // Column26
  235. //
  236. this.Column26.HeaderText = "更新人";
  237. this.Column26.Name = "Column26";
  238. this.Column26.ReadOnly = true;
  239. //
  240. // kryptonGroupBox2
  241. //
  242. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.kryptonGroupBox2.CaptionOverlap = 0D;
  245. this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
  246. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  247. //
  248. // kryptonGroupBox2.Panel
  249. //
  250. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel4);
  251. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
  252. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
  253. this.kryptonGroupBox2.Size = new System.Drawing.Size(1157, 139);
  254. this.kryptonGroupBox2.TabIndex = 80;
  255. this.kryptonGroupBox2.Values.Heading = "查询";
  256. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  257. //
  258. // tableLayoutPanel4
  259. //
  260. this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  261. | System.Windows.Forms.AnchorStyles.Left)));
  262. this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
  263. this.tableLayoutPanel4.ColumnCount = 3;
  264. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  265. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  266. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  267. this.tableLayoutPanel4.Controls.Add(this.btnRemove, 2, 0);
  268. this.tableLayoutPanel4.Controls.Add(this.btnEdit, 1, 0);
  269. this.tableLayoutPanel4.Controls.Add(this.btnAdd, 0, 0);
  270. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 73);
  271. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  272. this.tableLayoutPanel4.RowCount = 1;
  273. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  274. this.tableLayoutPanel4.Size = new System.Drawing.Size(272, 38);
  275. this.tableLayoutPanel4.TabIndex = 4;
  276. //
  277. // btnRemove
  278. //
  279. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  280. | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.btnRemove.Location = new System.Drawing.Point(183, 3);
  283. this.btnRemove.Name = "btnRemove";
  284. this.btnRemove.Size = new System.Drawing.Size(86, 32);
  285. this.btnRemove.TabIndex = 2;
  286. this.btnRemove.Values.Image = global::NXWMS.Properties.Resources.remove;
  287. this.btnRemove.Values.Text = "删除";
  288. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  289. //
  290. // btnEdit
  291. //
  292. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  293. | System.Windows.Forms.AnchorStyles.Left)
  294. | System.Windows.Forms.AnchorStyles.Right)));
  295. this.btnEdit.Location = new System.Drawing.Point(93, 3);
  296. this.btnEdit.Name = "btnEdit";
  297. this.btnEdit.Size = new System.Drawing.Size(84, 32);
  298. this.btnEdit.TabIndex = 1;
  299. this.btnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
  300. this.btnEdit.Values.Text = "编辑";
  301. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  302. //
  303. // btnAdd
  304. //
  305. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  306. | System.Windows.Forms.AnchorStyles.Left)
  307. | System.Windows.Forms.AnchorStyles.Right)));
  308. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  309. this.btnAdd.Name = "btnAdd";
  310. this.btnAdd.Size = new System.Drawing.Size(84, 32);
  311. this.btnAdd.TabIndex = 0;
  312. this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  313. this.btnAdd.Values.Text = "新增";
  314. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  315. //
  316. // tableLayoutPanel3
  317. //
  318. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  319. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  320. this.tableLayoutPanel3.ColumnCount = 3;
  321. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  322. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  323. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  324. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  325. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  326. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  327. this.tableLayoutPanel3.Location = new System.Drawing.Point(878, 73);
  328. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  329. this.tableLayoutPanel3.RowCount = 1;
  330. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  331. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  332. this.tableLayoutPanel3.TabIndex = 1;
  333. //
  334. // btnSearchImport
  335. //
  336. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  337. | System.Windows.Forms.AnchorStyles.Left)
  338. | System.Windows.Forms.AnchorStyles.Right)));
  339. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  340. this.btnSearchImport.Name = "btnSearchImport";
  341. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  342. this.btnSearchImport.TabIndex = 2;
  343. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  344. this.btnSearchImport.Values.Text = "导入";
  345. this.btnSearchImport.Click += new System.EventHandler(this.btnSearchImport_Click);
  346. //
  347. // btnSearchExport
  348. //
  349. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  350. | System.Windows.Forms.AnchorStyles.Left)
  351. | System.Windows.Forms.AnchorStyles.Right)));
  352. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  353. this.btnSearchExport.Name = "btnSearchExport";
  354. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  355. this.btnSearchExport.TabIndex = 1;
  356. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  357. this.btnSearchExport.Values.Text = "导出";
  358. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  359. //
  360. // btnSearch
  361. //
  362. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  363. | System.Windows.Forms.AnchorStyles.Left)
  364. | System.Windows.Forms.AnchorStyles.Right)));
  365. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  366. this.btnSearch.Name = "btnSearch";
  367. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  368. this.btnSearch.TabIndex = 0;
  369. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  370. this.btnSearch.Values.Text = "查询";
  371. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  372. //
  373. // tableLayoutPanel2
  374. //
  375. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  376. this.tableLayoutPanel2.ColumnCount = 8;
  377. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
  378. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  379. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
  380. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  381. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
  382. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  383. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
  384. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  385. this.tableLayoutPanel2.Controls.Add(this.txtSearchSourceName, 5, 0);
  386. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  387. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  388. this.tableLayoutPanel2.Controls.Add(this.txtSearchTemplateCode, 1, 0);
  389. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  390. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  391. this.tableLayoutPanel2.Controls.Add(this.txtSearchTemplateName, 3, 0);
  392. this.tableLayoutPanel2.Controls.Add(this.cmbSearchTemplateMode, 7, 0);
  393. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 0, 1);
  394. this.tableLayoutPanel2.Controls.Add(this.chkSearchUse, 1, 1);
  395. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  396. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  397. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  398. this.tableLayoutPanel2.RowCount = 2;
  399. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  400. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  401. this.tableLayoutPanel2.Size = new System.Drawing.Size(1153, 61);
  402. this.tableLayoutPanel2.TabIndex = 0;
  403. //
  404. // txtSearchSourceName
  405. //
  406. this.txtSearchSourceName.Dock = System.Windows.Forms.DockStyle.Fill;
  407. this.txtSearchSourceName.Location = new System.Drawing.Point(709, 3);
  408. this.txtSearchSourceName.Name = "txtSearchSourceName";
  409. this.txtSearchSourceName.Size = new System.Drawing.Size(152, 23);
  410. this.txtSearchSourceName.TabIndex = 129;
  411. //
  412. // kryptonLabel9
  413. //
  414. this.kryptonLabel9.AutoSize = false;
  415. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.kryptonLabel9.Location = new System.Drawing.Point(291, 3);
  417. this.kryptonLabel9.Name = "kryptonLabel9";
  418. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  419. this.kryptonLabel9.Size = new System.Drawing.Size(124, 24);
  420. this.kryptonLabel9.TabIndex = 2;
  421. this.kryptonLabel9.Values.Text = "模版名称";
  422. //
  423. // kryptonLabel10
  424. //
  425. this.kryptonLabel10.AutoSize = false;
  426. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  427. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  428. this.kryptonLabel10.Name = "kryptonLabel10";
  429. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  430. this.kryptonLabel10.Size = new System.Drawing.Size(124, 24);
  431. this.kryptonLabel10.TabIndex = 0;
  432. this.kryptonLabel10.Values.Text = "模版编号";
  433. //
  434. // txtSearchTemplateCode
  435. //
  436. this.txtSearchTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill;
  437. this.txtSearchTemplateCode.Location = new System.Drawing.Point(133, 3);
  438. this.txtSearchTemplateCode.Name = "txtSearchTemplateCode";
  439. this.txtSearchTemplateCode.Size = new System.Drawing.Size(152, 23);
  440. this.txtSearchTemplateCode.TabIndex = 1;
  441. //
  442. // kryptonLabel3
  443. //
  444. this.kryptonLabel3.AutoSize = false;
  445. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.kryptonLabel3.Location = new System.Drawing.Point(579, 3);
  447. this.kryptonLabel3.Name = "kryptonLabel3";
  448. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  449. this.kryptonLabel3.Size = new System.Drawing.Size(124, 24);
  450. this.kryptonLabel3.TabIndex = 11;
  451. this.kryptonLabel3.Values.Text = "打印数据源名称";
  452. //
  453. // kryptonLabel4
  454. //
  455. this.kryptonLabel4.AutoSize = false;
  456. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.kryptonLabel4.Location = new System.Drawing.Point(867, 3);
  458. this.kryptonLabel4.Name = "kryptonLabel4";
  459. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  460. this.kryptonLabel4.Size = new System.Drawing.Size(124, 24);
  461. this.kryptonLabel4.TabIndex = 13;
  462. this.kryptonLabel4.Values.Text = "打印方式";
  463. //
  464. // txtSearchTemplateName
  465. //
  466. this.txtSearchTemplateName.Dock = System.Windows.Forms.DockStyle.Fill;
  467. this.txtSearchTemplateName.Location = new System.Drawing.Point(421, 3);
  468. this.txtSearchTemplateName.Name = "txtSearchTemplateName";
  469. this.txtSearchTemplateName.Size = new System.Drawing.Size(152, 23);
  470. this.txtSearchTemplateName.TabIndex = 28;
  471. //
  472. // cmbSearchTemplateMode
  473. //
  474. this.cmbSearchTemplateMode.Dock = System.Windows.Forms.DockStyle.Fill;
  475. this.cmbSearchTemplateMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  476. this.cmbSearchTemplateMode.DropDownWidth = 180;
  477. this.cmbSearchTemplateMode.Location = new System.Drawing.Point(997, 3);
  478. this.cmbSearchTemplateMode.Name = "cmbSearchTemplateMode";
  479. this.cmbSearchTemplateMode.Size = new System.Drawing.Size(153, 21);
  480. this.cmbSearchTemplateMode.TabIndex = 123;
  481. //
  482. // kryptonLabel2
  483. //
  484. this.kryptonLabel2.AutoSize = false;
  485. this.kryptonLabel2.Location = new System.Drawing.Point(3, 33);
  486. this.kryptonLabel2.Name = "kryptonLabel2";
  487. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  488. this.kryptonLabel2.Size = new System.Drawing.Size(124, 25);
  489. this.kryptonLabel2.TabIndex = 125;
  490. this.kryptonLabel2.Values.ExtraText = "\r\n";
  491. this.kryptonLabel2.Values.Text = "使用标识";
  492. //
  493. // chkSearchUse
  494. //
  495. this.chkSearchUse.Checked = true;
  496. this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
  497. this.chkSearchUse.Dock = System.Windows.Forms.DockStyle.Fill;
  498. this.chkSearchUse.Location = new System.Drawing.Point(133, 33);
  499. this.chkSearchUse.Name = "chkSearchUse";
  500. this.chkSearchUse.Size = new System.Drawing.Size(152, 25);
  501. this.chkSearchUse.TabIndex = 126;
  502. this.chkSearchUse.Values.Text = "";
  503. //
  504. // groupOperation
  505. //
  506. this.groupOperation.Anchor = System.Windows.Forms.AnchorStyles.None;
  507. this.groupOperation.CaptionOverlap = 0D;
  508. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  509. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  510. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  511. this.groupOperation.Location = new System.Drawing.Point(137, 141);
  512. this.groupOperation.Name = "groupOperation";
  513. //
  514. // groupOperation.Panel
  515. //
  516. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  517. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  518. this.groupOperation.Panel.Controls.Add(this.btnSave);
  519. this.groupOperation.Panel.Controls.Add(this.btnExit);
  520. this.groupOperation.Size = new System.Drawing.Size(925, 424);
  521. this.groupOperation.TabIndex = 83;
  522. this.groupOperation.Values.Heading = "编辑";
  523. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  524. this.groupOperation.Visible = false;
  525. //
  526. // kryptonPanelInput
  527. //
  528. this.kryptonPanelInput.Controls.Add(this.kryptonLabel6);
  529. this.kryptonPanelInput.Controls.Add(this.richDescibe);
  530. this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
  531. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  532. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  533. this.kryptonPanelInput.Name = "kryptonPanelInput";
  534. this.kryptonPanelInput.Size = new System.Drawing.Size(921, 355);
  535. this.kryptonPanelInput.TabIndex = 48;
  536. //
  537. // kryptonLabel6
  538. //
  539. this.kryptonLabel6.AutoSize = false;
  540. this.kryptonLabel6.Location = new System.Drawing.Point(3, 179);
  541. this.kryptonLabel6.Name = "kryptonLabel6";
  542. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  543. this.kryptonLabel6.Size = new System.Drawing.Size(114, 21);
  544. this.kryptonLabel6.TabIndex = 45;
  545. this.kryptonLabel6.Values.Text = "描述";
  546. //
  547. // richDescibe
  548. //
  549. this.richDescibe.Location = new System.Drawing.Point(123, 179);
  550. this.richDescibe.Name = "richDescibe";
  551. this.richDescibe.Size = new System.Drawing.Size(781, 106);
  552. this.richDescibe.TabIndex = 44;
  553. this.richDescibe.Tag = "DESCRIBE";
  554. this.richDescibe.Text = "";
  555. //
  556. // tableLayoutPanelInput
  557. //
  558. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  559. this.tableLayoutPanelInput.ColumnCount = 6;
  560. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
  561. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  562. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
  563. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  564. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
  565. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  566. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 4, 3);
  567. this.tableLayoutPanelInput.Controls.Add(this.chkShowHeader, 5, 2);
  568. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 0, 2);
  569. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
  570. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  571. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
  572. this.tableLayoutPanelInput.Controls.Add(this.txtTemplateCode, 1, 0);
  573. this.tableLayoutPanelInput.Controls.Add(this.txtTemplateName, 3, 0);
  574. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 2, 1);
  575. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel7, 0, 1);
  576. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 4, 1);
  577. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 4, 2);
  578. this.tableLayoutPanelInput.Controls.Add(this.txtSourceContent, 1, 2);
  579. this.tableLayoutPanelInput.Controls.Add(this.chkShowWatermark, 1, 3);
  580. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel13, 0, 3);
  581. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 2, 3);
  582. this.tableLayoutPanelInput.Controls.Add(this.chkShowLogoFlag, 3, 3);
  583. this.tableLayoutPanelInput.Controls.Add(this.cmbPrintMode, 5, 0);
  584. this.tableLayoutPanelInput.Controls.Add(this.txtSourceName, 5, 1);
  585. this.tableLayoutPanelInput.Controls.Add(this.txtSourceCode, 3, 1);
  586. this.tableLayoutPanelInput.Controls.Add(this.cmbSourceType, 1, 1);
  587. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 3);
  588. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 2);
  589. this.tableLayoutPanelInput.Controls.Add(this.numPrintNumber, 3, 2);
  590. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 18);
  591. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  592. this.tableLayoutPanelInput.RowCount = 4;
  593. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  594. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  595. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  596. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  597. this.tableLayoutPanelInput.Size = new System.Drawing.Size(921, 137);
  598. this.tableLayoutPanelInput.TabIndex = 40;
  599. //
  600. // kryptonLabel19
  601. //
  602. this.kryptonLabel19.AutoSize = false;
  603. this.kryptonLabel19.Dock = System.Windows.Forms.DockStyle.Fill;
  604. this.kryptonLabel19.Location = new System.Drawing.Point(617, 105);
  605. this.kryptonLabel19.Name = "kryptonLabel19";
  606. this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  607. this.kryptonLabel19.Size = new System.Drawing.Size(134, 29);
  608. this.kryptonLabel19.TabIndex = 54;
  609. this.kryptonLabel19.Values.Text = "使用标识";
  610. //
  611. // chkShowHeader
  612. //
  613. this.chkShowHeader.Dock = System.Windows.Forms.DockStyle.Fill;
  614. this.chkShowHeader.Location = new System.Drawing.Point(757, 71);
  615. this.chkShowHeader.Name = "chkShowHeader";
  616. this.chkShowHeader.Size = new System.Drawing.Size(161, 28);
  617. this.chkShowHeader.TabIndex = 44;
  618. this.chkShowHeader.Tag = "SHOW_HEADER_FLAG";
  619. this.chkShowHeader.Values.Text = "";
  620. //
  621. // kryptonLabel8
  622. //
  623. this.kryptonLabel8.AutoSize = false;
  624. this.kryptonLabel8.Dock = System.Windows.Forms.DockStyle.Fill;
  625. this.kryptonLabel8.Location = new System.Drawing.Point(3, 71);
  626. this.kryptonLabel8.Name = "kryptonLabel8";
  627. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  628. this.kryptonLabel8.Size = new System.Drawing.Size(134, 28);
  629. this.kryptonLabel8.TabIndex = 34;
  630. this.kryptonLabel8.Values.Text = "数据源内容";
  631. //
  632. // kryptonLabel14
  633. //
  634. this.kryptonLabel14.AutoSize = false;
  635. this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill;
  636. this.kryptonLabel14.Location = new System.Drawing.Point(617, 3);
  637. this.kryptonLabel14.Name = "kryptonLabel14";
  638. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  639. this.kryptonLabel14.Size = new System.Drawing.Size(134, 28);
  640. this.kryptonLabel14.TabIndex = 4;
  641. this.kryptonLabel14.Values.Text = "打印方式";
  642. //
  643. // kryptonLabel15
  644. //
  645. this.kryptonLabel15.AutoSize = false;
  646. this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
  647. this.kryptonLabel15.Location = new System.Drawing.Point(310, 3);
  648. this.kryptonLabel15.Name = "kryptonLabel15";
  649. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  650. this.kryptonLabel15.Size = new System.Drawing.Size(134, 28);
  651. this.kryptonLabel15.TabIndex = 2;
  652. this.kryptonLabel15.Values.Text = "打印模版名称";
  653. //
  654. // kryptonLabel16
  655. //
  656. this.kryptonLabel16.AutoSize = false;
  657. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  658. this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
  659. this.kryptonLabel16.Name = "kryptonLabel16";
  660. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  661. this.kryptonLabel16.Size = new System.Drawing.Size(134, 28);
  662. this.kryptonLabel16.TabIndex = 0;
  663. this.kryptonLabel16.Values.Text = "打印模版编码";
  664. //
  665. // txtTemplateCode
  666. //
  667. this.txtTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill;
  668. this.txtTemplateCode.Location = new System.Drawing.Point(143, 3);
  669. this.txtTemplateCode.Name = "txtTemplateCode";
  670. this.txtTemplateCode.Size = new System.Drawing.Size(161, 23);
  671. this.txtTemplateCode.TabIndex = 1;
  672. this.txtTemplateCode.Tag = "PRINT_TEMPLATE_CODE";
  673. //
  674. // txtTemplateName
  675. //
  676. this.txtTemplateName.Dock = System.Windows.Forms.DockStyle.Fill;
  677. this.txtTemplateName.Location = new System.Drawing.Point(450, 3);
  678. this.txtTemplateName.Name = "txtTemplateName";
  679. this.txtTemplateName.Size = new System.Drawing.Size(161, 23);
  680. this.txtTemplateName.TabIndex = 3;
  681. this.txtTemplateName.Tag = "PRINT_TEMPLATE_NAME";
  682. //
  683. // kryptonLabel5
  684. //
  685. this.kryptonLabel5.AutoSize = false;
  686. this.kryptonLabel5.Dock = System.Windows.Forms.DockStyle.Fill;
  687. this.kryptonLabel5.Location = new System.Drawing.Point(310, 37);
  688. this.kryptonLabel5.Name = "kryptonLabel5";
  689. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  690. this.kryptonLabel5.Size = new System.Drawing.Size(134, 28);
  691. this.kryptonLabel5.TabIndex = 31;
  692. this.kryptonLabel5.Values.Text = "数据源编码";
  693. //
  694. // kryptonLabel7
  695. //
  696. this.kryptonLabel7.AutoSize = false;
  697. this.kryptonLabel7.Dock = System.Windows.Forms.DockStyle.Fill;
  698. this.kryptonLabel7.Location = new System.Drawing.Point(3, 37);
  699. this.kryptonLabel7.Name = "kryptonLabel7";
  700. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  701. this.kryptonLabel7.Size = new System.Drawing.Size(134, 28);
  702. this.kryptonLabel7.TabIndex = 29;
  703. this.kryptonLabel7.Values.Text = "数据源类型";
  704. //
  705. // kryptonLabel18
  706. //
  707. this.kryptonLabel18.AutoSize = false;
  708. this.kryptonLabel18.Dock = System.Windows.Forms.DockStyle.Fill;
  709. this.kryptonLabel18.Location = new System.Drawing.Point(617, 37);
  710. this.kryptonLabel18.Name = "kryptonLabel18";
  711. this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  712. this.kryptonLabel18.Size = new System.Drawing.Size(134, 28);
  713. this.kryptonLabel18.TabIndex = 26;
  714. this.kryptonLabel18.Values.Text = "数据源名称";
  715. //
  716. // kryptonLabel12
  717. //
  718. this.kryptonLabel12.AutoSize = false;
  719. this.kryptonLabel12.Dock = System.Windows.Forms.DockStyle.Fill;
  720. this.kryptonLabel12.Location = new System.Drawing.Point(617, 71);
  721. this.kryptonLabel12.Name = "kryptonLabel12";
  722. this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  723. this.kryptonLabel12.Size = new System.Drawing.Size(134, 28);
  724. this.kryptonLabel12.TabIndex = 37;
  725. this.kryptonLabel12.Values.Text = "打印表头";
  726. //
  727. // txtSourceContent
  728. //
  729. this.txtSourceContent.Dock = System.Windows.Forms.DockStyle.Fill;
  730. this.txtSourceContent.Location = new System.Drawing.Point(143, 71);
  731. this.txtSourceContent.Name = "txtSourceContent";
  732. this.txtSourceContent.Size = new System.Drawing.Size(161, 23);
  733. this.txtSourceContent.TabIndex = 35;
  734. this.txtSourceContent.Tag = "SOURCE_CONTENT";
  735. //
  736. // chkShowWatermark
  737. //
  738. this.chkShowWatermark.Dock = System.Windows.Forms.DockStyle.Fill;
  739. this.chkShowWatermark.Location = new System.Drawing.Point(143, 105);
  740. this.chkShowWatermark.Name = "chkShowWatermark";
  741. this.chkShowWatermark.Size = new System.Drawing.Size(161, 29);
  742. this.chkShowWatermark.TabIndex = 39;
  743. this.chkShowWatermark.Tag = "SHOW_WATERMARK_FLAG";
  744. this.chkShowWatermark.Values.Text = "";
  745. //
  746. // kryptonLabel13
  747. //
  748. this.kryptonLabel13.AutoSize = false;
  749. this.kryptonLabel13.Dock = System.Windows.Forms.DockStyle.Fill;
  750. this.kryptonLabel13.Location = new System.Drawing.Point(3, 105);
  751. this.kryptonLabel13.Name = "kryptonLabel13";
  752. this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  753. this.kryptonLabel13.Size = new System.Drawing.Size(134, 29);
  754. this.kryptonLabel13.TabIndex = 38;
  755. this.kryptonLabel13.Values.Text = "添加水印";
  756. //
  757. // kryptonLabel17
  758. //
  759. this.kryptonLabel17.AutoSize = false;
  760. this.kryptonLabel17.Dock = System.Windows.Forms.DockStyle.Fill;
  761. this.kryptonLabel17.Location = new System.Drawing.Point(310, 105);
  762. this.kryptonLabel17.Name = "kryptonLabel17";
  763. this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  764. this.kryptonLabel17.Size = new System.Drawing.Size(134, 29);
  765. this.kryptonLabel17.TabIndex = 40;
  766. this.kryptonLabel17.Values.Text = "显示公司Logo标识";
  767. //
  768. // chkShowLogoFlag
  769. //
  770. this.chkShowLogoFlag.Dock = System.Windows.Forms.DockStyle.Fill;
  771. this.chkShowLogoFlag.Location = new System.Drawing.Point(450, 105);
  772. this.chkShowLogoFlag.Name = "chkShowLogoFlag";
  773. this.chkShowLogoFlag.Size = new System.Drawing.Size(161, 29);
  774. this.chkShowLogoFlag.TabIndex = 43;
  775. this.chkShowLogoFlag.Tag = "SHOW_LOGO_FLAG";
  776. this.chkShowLogoFlag.Values.Text = "";
  777. //
  778. // cmbPrintMode
  779. //
  780. this.cmbPrintMode.Dock = System.Windows.Forms.DockStyle.Fill;
  781. this.cmbPrintMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  782. this.cmbPrintMode.DropDownWidth = 121;
  783. this.cmbPrintMode.Location = new System.Drawing.Point(757, 3);
  784. this.cmbPrintMode.Name = "cmbPrintMode";
  785. this.cmbPrintMode.Size = new System.Drawing.Size(161, 21);
  786. this.cmbPrintMode.TabIndex = 32;
  787. this.cmbPrintMode.Tag = "PRINT_MODE";
  788. //
  789. // txtSourceName
  790. //
  791. this.txtSourceName.Dock = System.Windows.Forms.DockStyle.Fill;
  792. this.txtSourceName.Location = new System.Drawing.Point(757, 37);
  793. this.txtSourceName.Name = "txtSourceName";
  794. this.txtSourceName.Size = new System.Drawing.Size(161, 23);
  795. this.txtSourceName.TabIndex = 33;
  796. this.txtSourceName.Tag = "SOURCE_NAME";
  797. //
  798. // txtSourceCode
  799. //
  800. this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill;
  801. this.txtSourceCode.Location = new System.Drawing.Point(450, 37);
  802. this.txtSourceCode.Name = "txtSourceCode";
  803. this.txtSourceCode.Size = new System.Drawing.Size(161, 23);
  804. this.txtSourceCode.TabIndex = 48;
  805. this.txtSourceCode.Tag = "SOURCE_CODE";
  806. //
  807. // cmbSourceType
  808. //
  809. this.cmbSourceType.Dock = System.Windows.Forms.DockStyle.Fill;
  810. this.cmbSourceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  811. this.cmbSourceType.DropDownWidth = 121;
  812. this.cmbSourceType.Location = new System.Drawing.Point(143, 37);
  813. this.cmbSourceType.Name = "cmbSourceType";
  814. this.cmbSourceType.Size = new System.Drawing.Size(161, 21);
  815. this.cmbSourceType.TabIndex = 50;
  816. this.cmbSourceType.Tag = "SOURCE_TYPE";
  817. //
  818. // chkUse
  819. //
  820. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  821. this.chkUse.Location = new System.Drawing.Point(757, 105);
  822. this.chkUse.Name = "chkUse";
  823. this.chkUse.Size = new System.Drawing.Size(161, 29);
  824. this.chkUse.TabIndex = 25;
  825. this.chkUse.Tag = "USED_FLAG";
  826. this.chkUse.Values.Text = "";
  827. //
  828. // kryptonLabel11
  829. //
  830. this.kryptonLabel11.AutoSize = false;
  831. this.kryptonLabel11.Dock = System.Windows.Forms.DockStyle.Fill;
  832. this.kryptonLabel11.Location = new System.Drawing.Point(310, 71);
  833. this.kryptonLabel11.Name = "kryptonLabel11";
  834. this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  835. this.kryptonLabel11.Size = new System.Drawing.Size(134, 28);
  836. this.kryptonLabel11.TabIndex = 36;
  837. this.kryptonLabel11.Values.Text = "打印数量";
  838. //
  839. // numPrintNumber
  840. //
  841. this.numPrintNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  842. this.numPrintNumber.Location = new System.Drawing.Point(450, 71);
  843. this.numPrintNumber.Name = "numPrintNumber";
  844. this.numPrintNumber.Size = new System.Drawing.Size(161, 28);
  845. this.numPrintNumber.TabIndex = 53;
  846. this.numPrintNumber.Tag = "PRINT_NUMBER";
  847. this.numPrintNumber.Value = new decimal(new int[] {
  848. 1,
  849. 0,
  850. 0,
  851. 0});
  852. //
  853. // lbStatusMessage
  854. //
  855. this.lbStatusMessage.AutoSize = true;
  856. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  857. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  858. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  859. this.lbStatusMessage.Name = "lbStatusMessage";
  860. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  861. this.lbStatusMessage.TabIndex = 47;
  862. //
  863. // btnSave
  864. //
  865. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  866. | System.Windows.Forms.AnchorStyles.Left)
  867. | System.Windows.Forms.AnchorStyles.Right)));
  868. this.btnSave.Location = new System.Drawing.Point(740, 358);
  869. this.btnSave.Name = "btnSave";
  870. this.btnSave.Size = new System.Drawing.Size(80, 32);
  871. this.btnSave.TabIndex = 42;
  872. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  873. this.btnSave.Values.Text = "保存";
  874. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  875. //
  876. // btnExit
  877. //
  878. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  879. | System.Windows.Forms.AnchorStyles.Left)
  880. | System.Windows.Forms.AnchorStyles.Right)));
  881. this.btnExit.Location = new System.Drawing.Point(830, 358);
  882. this.btnExit.Name = "btnExit";
  883. this.btnExit.Size = new System.Drawing.Size(80, 32);
  884. this.btnExit.TabIndex = 41;
  885. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  886. this.btnExit.Values.Text = "退出";
  887. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  888. //
  889. // dataGridViewTextBoxColumn1
  890. //
  891. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  892. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  893. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  894. this.dataGridViewTextBoxColumn1.Width = 86;
  895. //
  896. // dataGridViewTextBoxColumn2
  897. //
  898. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  899. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  900. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  901. this.dataGridViewTextBoxColumn2.Width = 86;
  902. //
  903. // dataGridViewTextBoxColumn3
  904. //
  905. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  906. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  907. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  908. this.dataGridViewTextBoxColumn3.Width = 86;
  909. //
  910. // dataGridViewTextBoxColumn4
  911. //
  912. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  913. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  914. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  915. this.dataGridViewTextBoxColumn4.Width = 85;
  916. //
  917. // dataGridViewTextBoxColumn5
  918. //
  919. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  920. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  921. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  922. this.dataGridViewTextBoxColumn5.Width = 86;
  923. //
  924. // dataGridViewTextBoxColumn6
  925. //
  926. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  927. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  928. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  929. this.dataGridViewTextBoxColumn6.Width = 86;
  930. //
  931. // dataGridViewTextBoxColumn7
  932. //
  933. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  934. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  935. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  936. this.dataGridViewTextBoxColumn7.Width = 86;
  937. //
  938. // dataGridViewTextBoxColumn8
  939. //
  940. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  941. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  942. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  943. this.dataGridViewTextBoxColumn8.Width = 86;
  944. //
  945. // dataGridViewTextBoxColumn9
  946. //
  947. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  948. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  949. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  950. this.dataGridViewTextBoxColumn9.Width = 86;
  951. //
  952. // dataGridViewTextBoxColumn10
  953. //
  954. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  955. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  956. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  957. this.dataGridViewTextBoxColumn10.Width = 85;
  958. //
  959. // dataGridViewTextBoxColumn11
  960. //
  961. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  962. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  963. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  964. this.dataGridViewTextBoxColumn11.Width = 86;
  965. //
  966. // dataGridViewTextBoxColumn12
  967. //
  968. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  969. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  970. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  971. this.dataGridViewTextBoxColumn12.Width = 86;
  972. //
  973. // dataGridViewTextBoxColumn13
  974. //
  975. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  976. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  977. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  978. this.dataGridViewTextBoxColumn13.Width = 86;
  979. //
  980. // pageTool
  981. //
  982. this.pageTool._execActionMessgae = null;
  983. this.pageTool._execActionOperation = null;
  984. this.pageTool._LastOperation = null;
  985. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  986. | System.Windows.Forms.AnchorStyles.Right)));
  987. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  988. this.pageTool.DataCount = 0;
  989. this.pageTool.LoadMessage = null;
  990. this.pageTool.Location = new System.Drawing.Point(4, 729);
  991. this.pageTool.Name = "pageTool";
  992. this.pageTool.PageDefault = "{0}/{1}";
  993. this.pageTool.PageIndexSelectDefault = 1;
  994. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  995. this.pageTool.PageSize = 30;
  996. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  997. this.pageTool.Size = new System.Drawing.Size(1150, 27);
  998. this.pageTool.TabIndex = 82;
  999. //
  1000. // frmPrintTemplate
  1001. //
  1002. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1003. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1004. this.ClientSize = new System.Drawing.Size(1161, 759);
  1005. this.Controls.Add(this.groupOperation);
  1006. this.Controls.Add(this.pageTool);
  1007. this.Controls.Add(this.dataGridView);
  1008. this.Controls.Add(this.kryptonGroupBox2);
  1009. this.Name = "frmPrintTemplate";
  1010. this.Text = "打印模版";
  1011. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  1012. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  1013. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  1014. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  1015. this.kryptonGroupBox2.ResumeLayout(false);
  1016. this.tableLayoutPanel4.ResumeLayout(false);
  1017. this.tableLayoutPanel3.ResumeLayout(false);
  1018. this.tableLayoutPanel2.ResumeLayout(false);
  1019. this.tableLayoutPanel2.PerformLayout();
  1020. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTemplateMode)).EndInit();
  1021. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  1022. this.groupOperation.Panel.ResumeLayout(false);
  1023. this.groupOperation.Panel.PerformLayout();
  1024. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  1025. this.groupOperation.ResumeLayout(false);
  1026. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  1027. this.kryptonPanelInput.ResumeLayout(false);
  1028. this.tableLayoutPanelInput.ResumeLayout(false);
  1029. this.tableLayoutPanelInput.PerformLayout();
  1030. ((System.ComponentModel.ISupportInitialize)(this.cmbPrintMode)).EndInit();
  1031. ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).EndInit();
  1032. this.ResumeLayout(false);
  1033. }
  1034. #endregion
  1035. private Client.FrmCustom.PageToolbar pageTool;
  1036. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  1038. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  1039. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  1040. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  1041. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  1042. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  1043. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  1044. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  1045. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  1046. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  1047. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  1048. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  1050. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  1051. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1052. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  1053. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  1054. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  1055. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1056. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  1057. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  1058. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTemplateCode;
  1059. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  1060. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  1061. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTemplateName;
  1062. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchTemplateMode;
  1063. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  1064. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
  1065. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSourceName;
  1066. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1067. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1068. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1069. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1070. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1071. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1072. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1073. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1074. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1075. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1076. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1077. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1078. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1079. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1080. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  1081. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  1082. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  1083. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  1084. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  1085. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  1086. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  1087. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  1088. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbPrintMode;
  1089. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  1090. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  1091. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  1092. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateCode;
  1093. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateName;
  1094. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  1095. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  1096. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
  1097. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  1098. private System.Windows.Forms.Label lbStatusMessage;
  1099. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  1100. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  1101. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  1102. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceName;
  1103. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceContent;
  1104. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
  1105. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
  1106. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShowWatermark;
  1107. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
  1108. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
  1109. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShowHeader;
  1110. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShowLogoFlag;
  1111. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceCode;
  1112. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSourceType;
  1113. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19;
  1114. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numPrintNumber;
  1115. }
  1116. }