123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122 |
- namespace NXWMS.Forms.Rule
- {
- partial class frmPrintTemplate
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrintTemplate));
- this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
- this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.txtSearchSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtSearchTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtSearchTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.cmbSearchTemplateMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
- this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
- this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
- this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
- this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.chkShowHeader = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
- this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.txtTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtSourceContent = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.chkShowWatermark = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
- this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.chkShowLogoFlag = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
- this.cmbPrintMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.txtSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.txtSourceCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.cmbSourceType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
- this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.numPrintNumber = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
- this.lbStatusMessage = new System.Windows.Forms.Label();
- this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
- this.kryptonGroupBox2.Panel.SuspendLayout();
- this.kryptonGroupBox2.SuspendLayout();
- this.tableLayoutPanel4.SuspendLayout();
- this.tableLayoutPanel3.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTemplateMode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
- this.groupOperation.Panel.SuspendLayout();
- this.groupOperation.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
- this.kryptonPanelInput.SuspendLayout();
- this.tableLayoutPanelInput.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPrintMode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView
- //
- this.dataGridView.AllowUserToAddRows = false;
- this.dataGridView.AllowUserToDeleteRows = false;
- this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column15,
- this.Column16,
- this.Column17,
- this.Column18,
- this.Column19,
- this.Column20,
- this.Column21,
- this.Column22,
- this.Column23,
- this.Column24,
- this.Column27,
- this.Column25,
- this.Column26});
- this.dataGridView.Location = new System.Drawing.Point(2, 144);
- this.dataGridView.Name = "dataGridView";
- this.dataGridView.ReadOnly = true;
- this.dataGridView.RowTemplate.Height = 23;
- this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView.Size = new System.Drawing.Size(1157, 579);
- this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
- this.dataGridView.TabIndex = 81;
- //
- // Column15
- //
- this.Column15.HeaderText = "用户编码";
- this.Column15.Name = "Column15";
- this.Column15.ReadOnly = true;
- //
- // Column16
- //
- this.Column16.HeaderText = "用户名称";
- this.Column16.Name = "Column16";
- this.Column16.ReadOnly = true;
- //
- // Column17
- //
- this.Column17.HeaderText = "用户昵称";
- this.Column17.Name = "Column17";
- this.Column17.ReadOnly = true;
- //
- // Column18
- //
- this.Column18.HeaderText = "职位名称";
- this.Column18.Name = "Column18";
- this.Column18.ReadOnly = true;
- //
- // Column19
- //
- this.Column19.HeaderText = "性别";
- this.Column19.Name = "Column19";
- this.Column19.ReadOnly = true;
- //
- // Column20
- //
- this.Column20.HeaderText = "所属角色";
- this.Column20.Name = "Column20";
- this.Column20.ReadOnly = true;
- //
- // Column21
- //
- this.Column21.HeaderText = "手机号码";
- this.Column21.Name = "Column21";
- this.Column21.ReadOnly = true;
- //
- // Column22
- //
- this.Column22.HeaderText = "邮箱";
- this.Column22.Name = "Column22";
- this.Column22.ReadOnly = true;
- //
- // Column23
- //
- this.Column23.HeaderText = "地址";
- this.Column23.Name = "Column23";
- this.Column23.ReadOnly = true;
- //
- // Column24
- //
- this.Column24.HeaderText = "是否启用";
- this.Column24.Name = "Column24";
- this.Column24.ReadOnly = true;
- //
- // Column27
- //
- this.Column27.HeaderText = "创建人";
- this.Column27.Name = "Column27";
- this.Column27.ReadOnly = true;
- //
- // Column25
- //
- this.Column25.HeaderText = "创建时间";
- this.Column25.Name = "Column25";
- this.Column25.ReadOnly = true;
- //
- // Column26
- //
- this.Column26.HeaderText = "更新人";
- this.Column26.Name = "Column26";
- this.Column26.ReadOnly = true;
- //
- // kryptonGroupBox2
- //
- this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.kryptonGroupBox2.CaptionOverlap = 0D;
- this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
- this.kryptonGroupBox2.Name = "kryptonGroupBox2";
- //
- // kryptonGroupBox2.Panel
- //
- this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel4);
- this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
- this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
- this.kryptonGroupBox2.Size = new System.Drawing.Size(1157, 139);
- this.kryptonGroupBox2.TabIndex = 80;
- this.kryptonGroupBox2.Values.Heading = "查询";
- this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
- //
- // tableLayoutPanel4
- //
- this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel4.ColumnCount = 3;
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.Controls.Add(this.btnRemove, 2, 0);
- this.tableLayoutPanel4.Controls.Add(this.btnEdit, 1, 0);
- this.tableLayoutPanel4.Controls.Add(this.btnAdd, 0, 0);
- this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 73);
- this.tableLayoutPanel4.Name = "tableLayoutPanel4";
- this.tableLayoutPanel4.RowCount = 1;
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel4.Size = new System.Drawing.Size(272, 38);
- this.tableLayoutPanel4.TabIndex = 4;
- //
- // btnRemove
- //
- this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnRemove.Location = new System.Drawing.Point(183, 3);
- this.btnRemove.Name = "btnRemove";
- this.btnRemove.Size = new System.Drawing.Size(86, 32);
- this.btnRemove.TabIndex = 2;
- this.btnRemove.Values.Image = global::NXWMS.Properties.Resources.remove;
- this.btnRemove.Values.Text = "删除";
- this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
- //
- // btnEdit
- //
- this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnEdit.Location = new System.Drawing.Point(93, 3);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(84, 32);
- this.btnEdit.TabIndex = 1;
- this.btnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
- this.btnEdit.Values.Text = "编辑";
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // btnAdd
- //
- this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnAdd.Location = new System.Drawing.Point(3, 3);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(84, 32);
- this.btnAdd.TabIndex = 0;
- this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
- this.btnAdd.Values.Text = "新增";
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel3.ColumnCount = 3;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
- this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
- this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
- this.tableLayoutPanel3.Location = new System.Drawing.Point(878, 73);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 1;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
- this.tableLayoutPanel3.TabIndex = 1;
- //
- // btnSearchImport
- //
- this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
- this.btnSearchImport.Name = "btnSearchImport";
- this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
- this.btnSearchImport.TabIndex = 2;
- this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
- this.btnSearchImport.Values.Text = "导入";
- this.btnSearchImport.Click += new System.EventHandler(this.btnSearchImport_Click);
- //
- // btnSearchExport
- //
- this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
- this.btnSearchExport.Name = "btnSearchExport";
- this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
- this.btnSearchExport.TabIndex = 1;
- this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
- this.btnSearchExport.Values.Text = "导出";
- this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.Location = new System.Drawing.Point(3, 3);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(84, 31);
- this.btnSearch.TabIndex = 0;
- this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
- this.btnSearch.Values.Text = "查询";
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel2.ColumnCount = 8;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.Controls.Add(this.txtSearchSourceName, 5, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.txtSearchTemplateCode, 1, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
- this.tableLayoutPanel2.Controls.Add(this.txtSearchTemplateName, 3, 0);
- this.tableLayoutPanel2.Controls.Add(this.cmbSearchTemplateMode, 7, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 0, 1);
- this.tableLayoutPanel2.Controls.Add(this.chkSearchUse, 1, 1);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 2;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(1153, 61);
- this.tableLayoutPanel2.TabIndex = 0;
- //
- // txtSearchSourceName
- //
- this.txtSearchSourceName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtSearchSourceName.Location = new System.Drawing.Point(709, 3);
- this.txtSearchSourceName.Name = "txtSearchSourceName";
- this.txtSearchSourceName.Size = new System.Drawing.Size(152, 23);
- this.txtSearchSourceName.TabIndex = 129;
- //
- // kryptonLabel9
- //
- this.kryptonLabel9.AutoSize = false;
- this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel9.Location = new System.Drawing.Point(291, 3);
- this.kryptonLabel9.Name = "kryptonLabel9";
- this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel9.Size = new System.Drawing.Size(124, 24);
- this.kryptonLabel9.TabIndex = 2;
- this.kryptonLabel9.Values.Text = "模版名称";
- //
- // kryptonLabel10
- //
- this.kryptonLabel10.AutoSize = false;
- this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
- this.kryptonLabel10.Name = "kryptonLabel10";
- this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel10.Size = new System.Drawing.Size(124, 24);
- this.kryptonLabel10.TabIndex = 0;
- this.kryptonLabel10.Values.Text = "模版编号";
- //
- // txtSearchTemplateCode
- //
- this.txtSearchTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtSearchTemplateCode.Location = new System.Drawing.Point(133, 3);
- this.txtSearchTemplateCode.Name = "txtSearchTemplateCode";
- this.txtSearchTemplateCode.Size = new System.Drawing.Size(152, 23);
- this.txtSearchTemplateCode.TabIndex = 1;
- //
- // kryptonLabel3
- //
- this.kryptonLabel3.AutoSize = false;
- this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel3.Location = new System.Drawing.Point(579, 3);
- this.kryptonLabel3.Name = "kryptonLabel3";
- this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel3.Size = new System.Drawing.Size(124, 24);
- this.kryptonLabel3.TabIndex = 11;
- this.kryptonLabel3.Values.Text = "打印数据源名称";
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.AutoSize = false;
- this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel4.Location = new System.Drawing.Point(867, 3);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel4.Size = new System.Drawing.Size(124, 24);
- this.kryptonLabel4.TabIndex = 13;
- this.kryptonLabel4.Values.Text = "打印方式";
- //
- // txtSearchTemplateName
- //
- this.txtSearchTemplateName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtSearchTemplateName.Location = new System.Drawing.Point(421, 3);
- this.txtSearchTemplateName.Name = "txtSearchTemplateName";
- this.txtSearchTemplateName.Size = new System.Drawing.Size(152, 23);
- this.txtSearchTemplateName.TabIndex = 28;
- //
- // cmbSearchTemplateMode
- //
- this.cmbSearchTemplateMode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbSearchTemplateMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSearchTemplateMode.DropDownWidth = 180;
- this.cmbSearchTemplateMode.Location = new System.Drawing.Point(997, 3);
- this.cmbSearchTemplateMode.Name = "cmbSearchTemplateMode";
- this.cmbSearchTemplateMode.Size = new System.Drawing.Size(153, 21);
- this.cmbSearchTemplateMode.TabIndex = 123;
- //
- // kryptonLabel2
- //
- this.kryptonLabel2.AutoSize = false;
- this.kryptonLabel2.Location = new System.Drawing.Point(3, 33);
- this.kryptonLabel2.Name = "kryptonLabel2";
- this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel2.Size = new System.Drawing.Size(124, 25);
- this.kryptonLabel2.TabIndex = 125;
- this.kryptonLabel2.Values.ExtraText = "\r\n";
- this.kryptonLabel2.Values.Text = "使用标识";
- //
- // chkSearchUse
- //
- this.chkSearchUse.Checked = true;
- this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkSearchUse.Dock = System.Windows.Forms.DockStyle.Fill;
- this.chkSearchUse.Location = new System.Drawing.Point(133, 33);
- this.chkSearchUse.Name = "chkSearchUse";
- this.chkSearchUse.Size = new System.Drawing.Size(152, 25);
- this.chkSearchUse.TabIndex = 126;
- this.chkSearchUse.Values.Text = "";
- //
- // groupOperation
- //
- this.groupOperation.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.groupOperation.CaptionOverlap = 0D;
- this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
- this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
- this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
- this.groupOperation.Location = new System.Drawing.Point(137, 141);
- this.groupOperation.Name = "groupOperation";
- //
- // groupOperation.Panel
- //
- this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
- this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
- this.groupOperation.Panel.Controls.Add(this.btnSave);
- this.groupOperation.Panel.Controls.Add(this.btnExit);
- this.groupOperation.Size = new System.Drawing.Size(925, 424);
- this.groupOperation.TabIndex = 83;
- this.groupOperation.Values.Heading = "编辑";
- this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
- this.groupOperation.Visible = false;
- //
- // kryptonPanelInput
- //
- this.kryptonPanelInput.Controls.Add(this.kryptonLabel6);
- this.kryptonPanelInput.Controls.Add(this.richDescibe);
- this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
- this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
- this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
- this.kryptonPanelInput.Name = "kryptonPanelInput";
- this.kryptonPanelInput.Size = new System.Drawing.Size(921, 355);
- this.kryptonPanelInput.TabIndex = 48;
- //
- // kryptonLabel6
- //
- this.kryptonLabel6.AutoSize = false;
- this.kryptonLabel6.Location = new System.Drawing.Point(3, 179);
- this.kryptonLabel6.Name = "kryptonLabel6";
- this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel6.Size = new System.Drawing.Size(114, 21);
- this.kryptonLabel6.TabIndex = 45;
- this.kryptonLabel6.Values.Text = "描述";
- //
- // richDescibe
- //
- this.richDescibe.Location = new System.Drawing.Point(123, 179);
- this.richDescibe.Name = "richDescibe";
- this.richDescibe.Size = new System.Drawing.Size(781, 106);
- this.richDescibe.TabIndex = 44;
- this.richDescibe.Tag = "DESCRIBE";
- this.richDescibe.Text = "";
- //
- // tableLayoutPanelInput
- //
- this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanelInput.ColumnCount = 6;
- this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
- this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
- this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
- this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 4, 3);
- this.tableLayoutPanelInput.Controls.Add(this.chkShowHeader, 5, 2);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 0, 2);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
- this.tableLayoutPanelInput.Controls.Add(this.txtTemplateCode, 1, 0);
- this.tableLayoutPanelInput.Controls.Add(this.txtTemplateName, 3, 0);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 2, 1);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel7, 0, 1);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 4, 1);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 4, 2);
- this.tableLayoutPanelInput.Controls.Add(this.txtSourceContent, 1, 2);
- this.tableLayoutPanelInput.Controls.Add(this.chkShowWatermark, 1, 3);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel13, 0, 3);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 2, 3);
- this.tableLayoutPanelInput.Controls.Add(this.chkShowLogoFlag, 3, 3);
- this.tableLayoutPanelInput.Controls.Add(this.cmbPrintMode, 5, 0);
- this.tableLayoutPanelInput.Controls.Add(this.txtSourceName, 5, 1);
- this.tableLayoutPanelInput.Controls.Add(this.txtSourceCode, 3, 1);
- this.tableLayoutPanelInput.Controls.Add(this.cmbSourceType, 1, 1);
- this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 3);
- this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 2);
- this.tableLayoutPanelInput.Controls.Add(this.numPrintNumber, 3, 2);
- this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 18);
- this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
- this.tableLayoutPanelInput.RowCount = 4;
- this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanelInput.Size = new System.Drawing.Size(921, 137);
- this.tableLayoutPanelInput.TabIndex = 40;
- //
- // kryptonLabel19
- //
- this.kryptonLabel19.AutoSize = false;
- this.kryptonLabel19.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel19.Location = new System.Drawing.Point(617, 105);
- this.kryptonLabel19.Name = "kryptonLabel19";
- this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel19.Size = new System.Drawing.Size(134, 29);
- this.kryptonLabel19.TabIndex = 54;
- this.kryptonLabel19.Values.Text = "使用标识";
- //
- // chkShowHeader
- //
- this.chkShowHeader.Dock = System.Windows.Forms.DockStyle.Fill;
- this.chkShowHeader.Location = new System.Drawing.Point(757, 71);
- this.chkShowHeader.Name = "chkShowHeader";
- this.chkShowHeader.Size = new System.Drawing.Size(161, 28);
- this.chkShowHeader.TabIndex = 44;
- this.chkShowHeader.Tag = "SHOW_HEADER_FLAG";
- this.chkShowHeader.Values.Text = "";
- //
- // kryptonLabel8
- //
- this.kryptonLabel8.AutoSize = false;
- this.kryptonLabel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel8.Location = new System.Drawing.Point(3, 71);
- this.kryptonLabel8.Name = "kryptonLabel8";
- this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel8.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel8.TabIndex = 34;
- this.kryptonLabel8.Values.Text = "数据源内容";
- //
- // kryptonLabel14
- //
- this.kryptonLabel14.AutoSize = false;
- this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel14.Location = new System.Drawing.Point(617, 3);
- this.kryptonLabel14.Name = "kryptonLabel14";
- this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel14.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel14.TabIndex = 4;
- this.kryptonLabel14.Values.Text = "打印方式";
- //
- // kryptonLabel15
- //
- this.kryptonLabel15.AutoSize = false;
- this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel15.Location = new System.Drawing.Point(310, 3);
- this.kryptonLabel15.Name = "kryptonLabel15";
- this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel15.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel15.TabIndex = 2;
- this.kryptonLabel15.Values.Text = "打印模版名称";
- //
- // kryptonLabel16
- //
- this.kryptonLabel16.AutoSize = false;
- this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
- this.kryptonLabel16.Name = "kryptonLabel16";
- this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel16.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel16.TabIndex = 0;
- this.kryptonLabel16.Values.Text = "打印模版编码";
- //
- // txtTemplateCode
- //
- this.txtTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtTemplateCode.Location = new System.Drawing.Point(143, 3);
- this.txtTemplateCode.Name = "txtTemplateCode";
- this.txtTemplateCode.Size = new System.Drawing.Size(161, 23);
- this.txtTemplateCode.TabIndex = 1;
- this.txtTemplateCode.Tag = "PRINT_TEMPLATE_CODE";
- //
- // txtTemplateName
- //
- this.txtTemplateName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtTemplateName.Location = new System.Drawing.Point(450, 3);
- this.txtTemplateName.Name = "txtTemplateName";
- this.txtTemplateName.Size = new System.Drawing.Size(161, 23);
- this.txtTemplateName.TabIndex = 3;
- this.txtTemplateName.Tag = "PRINT_TEMPLATE_NAME";
- //
- // kryptonLabel5
- //
- this.kryptonLabel5.AutoSize = false;
- this.kryptonLabel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel5.Location = new System.Drawing.Point(310, 37);
- this.kryptonLabel5.Name = "kryptonLabel5";
- this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel5.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel5.TabIndex = 31;
- this.kryptonLabel5.Values.Text = "数据源编码";
- //
- // kryptonLabel7
- //
- this.kryptonLabel7.AutoSize = false;
- this.kryptonLabel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel7.Location = new System.Drawing.Point(3, 37);
- this.kryptonLabel7.Name = "kryptonLabel7";
- this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel7.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel7.TabIndex = 29;
- this.kryptonLabel7.Values.Text = "数据源类型";
- //
- // kryptonLabel18
- //
- this.kryptonLabel18.AutoSize = false;
- this.kryptonLabel18.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel18.Location = new System.Drawing.Point(617, 37);
- this.kryptonLabel18.Name = "kryptonLabel18";
- this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel18.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel18.TabIndex = 26;
- this.kryptonLabel18.Values.Text = "数据源名称";
- //
- // kryptonLabel12
- //
- this.kryptonLabel12.AutoSize = false;
- this.kryptonLabel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel12.Location = new System.Drawing.Point(617, 71);
- this.kryptonLabel12.Name = "kryptonLabel12";
- this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel12.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel12.TabIndex = 37;
- this.kryptonLabel12.Values.Text = "打印表头";
- //
- // txtSourceContent
- //
- this.txtSourceContent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtSourceContent.Location = new System.Drawing.Point(143, 71);
- this.txtSourceContent.Name = "txtSourceContent";
- this.txtSourceContent.Size = new System.Drawing.Size(161, 23);
- this.txtSourceContent.TabIndex = 35;
- this.txtSourceContent.Tag = "SOURCE_CONTENT";
- //
- // chkShowWatermark
- //
- this.chkShowWatermark.Dock = System.Windows.Forms.DockStyle.Fill;
- this.chkShowWatermark.Location = new System.Drawing.Point(143, 105);
- this.chkShowWatermark.Name = "chkShowWatermark";
- this.chkShowWatermark.Size = new System.Drawing.Size(161, 29);
- this.chkShowWatermark.TabIndex = 39;
- this.chkShowWatermark.Tag = "SHOW_WATERMARK_FLAG";
- this.chkShowWatermark.Values.Text = "";
- //
- // kryptonLabel13
- //
- this.kryptonLabel13.AutoSize = false;
- this.kryptonLabel13.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel13.Location = new System.Drawing.Point(3, 105);
- this.kryptonLabel13.Name = "kryptonLabel13";
- this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel13.Size = new System.Drawing.Size(134, 29);
- this.kryptonLabel13.TabIndex = 38;
- this.kryptonLabel13.Values.Text = "添加水印";
- //
- // kryptonLabel17
- //
- this.kryptonLabel17.AutoSize = false;
- this.kryptonLabel17.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel17.Location = new System.Drawing.Point(310, 105);
- this.kryptonLabel17.Name = "kryptonLabel17";
- this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel17.Size = new System.Drawing.Size(134, 29);
- this.kryptonLabel17.TabIndex = 40;
- this.kryptonLabel17.Values.Text = "显示公司Logo标识";
- //
- // chkShowLogoFlag
- //
- this.chkShowLogoFlag.Dock = System.Windows.Forms.DockStyle.Fill;
- this.chkShowLogoFlag.Location = new System.Drawing.Point(450, 105);
- this.chkShowLogoFlag.Name = "chkShowLogoFlag";
- this.chkShowLogoFlag.Size = new System.Drawing.Size(161, 29);
- this.chkShowLogoFlag.TabIndex = 43;
- this.chkShowLogoFlag.Tag = "SHOW_LOGO_FLAG";
- this.chkShowLogoFlag.Values.Text = "";
- //
- // cmbPrintMode
- //
- this.cmbPrintMode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbPrintMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbPrintMode.DropDownWidth = 121;
- this.cmbPrintMode.Location = new System.Drawing.Point(757, 3);
- this.cmbPrintMode.Name = "cmbPrintMode";
- this.cmbPrintMode.Size = new System.Drawing.Size(161, 21);
- this.cmbPrintMode.TabIndex = 32;
- this.cmbPrintMode.Tag = "PRINT_MODE";
- //
- // txtSourceName
- //
- this.txtSourceName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtSourceName.Location = new System.Drawing.Point(757, 37);
- this.txtSourceName.Name = "txtSourceName";
- this.txtSourceName.Size = new System.Drawing.Size(161, 23);
- this.txtSourceName.TabIndex = 33;
- this.txtSourceName.Tag = "SOURCE_NAME";
- //
- // txtSourceCode
- //
- this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtSourceCode.Location = new System.Drawing.Point(450, 37);
- this.txtSourceCode.Name = "txtSourceCode";
- this.txtSourceCode.Size = new System.Drawing.Size(161, 23);
- this.txtSourceCode.TabIndex = 48;
- this.txtSourceCode.Tag = "SOURCE_CODE";
- //
- // cmbSourceType
- //
- this.cmbSourceType.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbSourceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSourceType.DropDownWidth = 121;
- this.cmbSourceType.Location = new System.Drawing.Point(143, 37);
- this.cmbSourceType.Name = "cmbSourceType";
- this.cmbSourceType.Size = new System.Drawing.Size(161, 21);
- this.cmbSourceType.TabIndex = 50;
- this.cmbSourceType.Tag = "SOURCE_TYPE";
- //
- // chkUse
- //
- this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
- this.chkUse.Location = new System.Drawing.Point(757, 105);
- this.chkUse.Name = "chkUse";
- this.chkUse.Size = new System.Drawing.Size(161, 29);
- this.chkUse.TabIndex = 25;
- this.chkUse.Tag = "USED_FLAG";
- this.chkUse.Values.Text = "";
- //
- // kryptonLabel11
- //
- this.kryptonLabel11.AutoSize = false;
- this.kryptonLabel11.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel11.Location = new System.Drawing.Point(310, 71);
- this.kryptonLabel11.Name = "kryptonLabel11";
- this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel11.Size = new System.Drawing.Size(134, 28);
- this.kryptonLabel11.TabIndex = 36;
- this.kryptonLabel11.Values.Text = "打印数量";
- //
- // numPrintNumber
- //
- this.numPrintNumber.Dock = System.Windows.Forms.DockStyle.Fill;
- this.numPrintNumber.Location = new System.Drawing.Point(450, 71);
- this.numPrintNumber.Name = "numPrintNumber";
- this.numPrintNumber.Size = new System.Drawing.Size(161, 28);
- this.numPrintNumber.TabIndex = 53;
- this.numPrintNumber.Tag = "PRINT_NUMBER";
- this.numPrintNumber.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lbStatusMessage
- //
- this.lbStatusMessage.AutoSize = true;
- this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
- this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
- this.lbStatusMessage.Name = "lbStatusMessage";
- this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
- this.lbStatusMessage.TabIndex = 47;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.Location = new System.Drawing.Point(740, 358);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(80, 32);
- this.btnSave.TabIndex = 42;
- this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
- this.btnSave.Values.Text = "保存";
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnExit
- //
- this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnExit.Location = new System.Drawing.Point(830, 358);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(80, 32);
- this.btnExit.TabIndex = 41;
- this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
- this.btnExit.Values.Text = "退出";
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 86;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 86;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 86;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 85;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "性别";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 86;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.Width = 86;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Width = 86;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.Width = 86;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "地址";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 86;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- this.dataGridViewTextBoxColumn10.Width = 85;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Width = 86;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- this.dataGridViewTextBoxColumn12.Width = 86;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- this.dataGridViewTextBoxColumn13.Width = 86;
- //
- // pageTool
- //
- this.pageTool._execActionMessgae = null;
- this.pageTool._execActionOperation = null;
- this.pageTool._LastOperation = null;
- this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
- this.pageTool.DataCount = 0;
- this.pageTool.LoadMessage = null;
- this.pageTool.Location = new System.Drawing.Point(4, 729);
- this.pageTool.Name = "pageTool";
- this.pageTool.PageDefault = "{0}/{1}";
- this.pageTool.PageIndexSelectDefault = 1;
- this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
- this.pageTool.PageSize = 30;
- this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
- this.pageTool.Size = new System.Drawing.Size(1150, 27);
- this.pageTool.TabIndex = 82;
- //
- // frmPrintTemplate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1161, 759);
- this.Controls.Add(this.groupOperation);
- this.Controls.Add(this.pageTool);
- this.Controls.Add(this.dataGridView);
- this.Controls.Add(this.kryptonGroupBox2);
- this.Name = "frmPrintTemplate";
- this.Text = "打印模版";
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
- this.kryptonGroupBox2.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
- this.kryptonGroupBox2.ResumeLayout(false);
- this.tableLayoutPanel4.ResumeLayout(false);
- this.tableLayoutPanel3.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- this.tableLayoutPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTemplateMode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
- this.groupOperation.Panel.ResumeLayout(false);
- this.groupOperation.Panel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
- this.groupOperation.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
- this.kryptonPanelInput.ResumeLayout(false);
- this.tableLayoutPanelInput.ResumeLayout(false);
- this.tableLayoutPanelInput.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPrintMode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Client.FrmCustom.PageToolbar pageTool;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTemplateCode;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTemplateName;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchTemplateMode;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
- private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSourceName;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
- private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
- private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbPrintMode;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateCode;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateName;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
- private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
- private System.Windows.Forms.Label lbStatusMessage;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceName;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceContent;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
- private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShowWatermark;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
- private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShowHeader;
- private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShowLogoFlag;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceCode;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSourceType;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19;
- private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numPrintNumber;
- }
- }
|