| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371 |
-
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class F_SET_014002
- {
- /// <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(F_SET_014002));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.grpHB = new Dongke.WinForm.Controls.GrpGroupBox();
- this.btnHB_Show = new System.Windows.Forms.Button();
- this.chkFlipH = new Dongke.WinForm.Controls.ChkCheckBox();
- this.txtHB_H = new System.Windows.Forms.NumericUpDown();
- this.txtHB_W = new System.Windows.Forms.NumericUpDown();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.grpBC = new Dongke.WinForm.Controls.GrpGroupBox();
- this.grpBC_R = new Dongke.WinForm.Controls.GrpGroupBox();
- this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
- this.txtBC_Y = new System.Windows.Forms.NumericUpDown();
- this.txtBC_W = new System.Windows.Forms.NumericUpDown();
- this.txtBC_X = new System.Windows.Forms.NumericUpDown();
- this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
- this.txtBC_H = new System.Windows.Forms.NumericUpDown();
- this.txtBC_EG = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
- this.cmbBC_Level = new Dongke.WinForm.Controls.CmbComboBox();
- this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
- this.cmbBC_Format = new Dongke.WinForm.Controls.CmbComboBox();
- this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
- this.cmbBC_Type = new Dongke.WinForm.Controls.CmbComboBox();
- this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
- this.grpTXT1 = new Dongke.WinForm.Controls.GrpGroupBox();
- this.btnTXTOK = new System.Windows.Forms.Button();
- this.chkTXTIsShow = new Dongke.WinForm.Controls.ChkCheckBox();
- this.lblLabel23 = new Dongke.WinForm.Controls.LblLabel();
- this.txtTXTName = new Dongke.WinForm.Controls.TxtTextBox();
- this.cmbTXT1_Angle = new Dongke.WinForm.Controls.CmbComboBox();
- this.lisTXTS = new System.Windows.Forms.ListBox();
- this.lblLabel17 = new Dongke.WinForm.Controls.LblLabel();
- this.cmbTXT1_AV = new Dongke.WinForm.Controls.CmbComboBox();
- this.lblLabel16 = new Dongke.WinForm.Controls.LblLabel();
- this.chkTXT1_Clip = new Dongke.WinForm.Controls.ChkCheckBox();
- this.chkTXT1_Wrap = new Dongke.WinForm.Controls.ChkCheckBox();
- this.btnTXT1_Font = new System.Windows.Forms.Button();
- this.grpTXT1_R = new Dongke.WinForm.Controls.GrpGroupBox();
- this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
- this.txtTXT1_Y = new System.Windows.Forms.NumericUpDown();
- this.txtTXT1_W = new System.Windows.Forms.NumericUpDown();
- this.txtTXT1_X = new System.Windows.Forms.NumericUpDown();
- this.lblLabel14 = new Dongke.WinForm.Controls.LblLabel();
- this.txtTXT1_H = new System.Windows.Forms.NumericUpDown();
- this.txtTXT1_EG = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblLabel15 = new Dongke.WinForm.Controls.LblLabel();
- this.cmbTXT1_AH = new Dongke.WinForm.Controls.CmbComboBox();
- this.lblLabel18 = new Dongke.WinForm.Controls.LblLabel();
- this.dlgFont = new System.Windows.Forms.FontDialog();
- this.grpPage = new Dongke.WinForm.Controls.GrpGroupBox();
- this.txtDpiY = new System.Windows.Forms.NumericUpDown();
- this.txtDpiX = new System.Windows.Forms.NumericUpDown();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.chkShowGrid = new Dongke.WinForm.Controls.ChkCheckBox();
- this.btnPage_Show = new System.Windows.Forms.Button();
- this.txtPageColNum = new System.Windows.Forms.NumericUpDown();
- this.txtPageRowNum = new System.Windows.Forms.NumericUpDown();
- this.lblLabel22 = new Dongke.WinForm.Controls.LblLabel();
- this.txtPageH = new System.Windows.Forms.NumericUpDown();
- this.lblLabel21 = new Dongke.WinForm.Controls.LblLabel();
- this.txtPageW = new System.Windows.Forms.NumericUpDown();
- this.lblLabel19 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel20 = new Dongke.WinForm.Controls.LblLabel();
- this.picHB = new Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet.BarcodeBatchShow();
- this.picPage = new Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet.BarcodeBatchShow();
- this.btnOut = new System.Windows.Forms.Button();
- this.btnIn = new System.Windows.Forms.Button();
- this.txtJsonData = new Dongke.WinForm.Controls.TxtTextBox();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblLabel24 = new Dongke.WinForm.Controls.LblLabel();
- this.txtLayoutName = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblLabel26 = new Dongke.WinForm.Controls.LblLabel();
- this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
- this.chkValueFlag = new Dongke.WinForm.Controls.ChkCheckBox();
- this.lblLabel25 = new Dongke.WinForm.Controls.LblLabel();
- this.numDisplayNo = new System.Windows.Forms.NumericUpDown();
- this.btnPrint = new System.Windows.Forms.Button();
- this.pnlPanel1 = new Dongke.WinForm.Controls.PnlPanel();
- this.dgvTXT_EGS = new System.Windows.Forms.DataGridView();
- this.colkey = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.grpHB.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtHB_W)).BeginInit();
- this.grpBC.SuspendLayout();
- this.grpBC_R.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_Y)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_W)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_X)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_H)).BeginInit();
- this.grpTXT1.SuspendLayout();
- this.grpTXT1_R.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_Y)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_W)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_X)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_H)).BeginInit();
- this.grpPage.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtDpiY)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtDpiX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageColNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageRowNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageH)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageW)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).BeginInit();
- this.pnlPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTXT_EGS)).BeginInit();
- this.SuspendLayout();
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(16, 25);
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(65, 12);
- this.lblLabel1.TabIndex = 1;
- this.lblLabel1.Text = "画布宽(mm)";
- //
- // grpHB
- //
- this.grpHB.Controls.Add(this.btnHB_Show);
- this.grpHB.Controls.Add(this.chkFlipH);
- this.grpHB.Controls.Add(this.txtHB_H);
- this.grpHB.Controls.Add(this.txtHB_W);
- this.grpHB.Controls.Add(this.lblLabel2);
- this.grpHB.Controls.Add(this.lblLabel1);
- this.grpHB.Location = new System.Drawing.Point(12, 107);
- this.grpHB.Name = "grpHB";
- this.grpHB.Size = new System.Drawing.Size(266, 92);
- this.grpHB.TabIndex = 2;
- this.grpHB.TabStop = false;
- this.grpHB.Text = "画布";
- //
- // btnHB_Show
- //
- this.btnHB_Show.Location = new System.Drawing.Point(171, 54);
- this.btnHB_Show.Name = "btnHB_Show";
- this.btnHB_Show.Size = new System.Drawing.Size(75, 23);
- this.btnHB_Show.TabIndex = 28;
- this.btnHB_Show.Text = "预览";
- this.btnHB_Show.UseVisualStyleBackColor = true;
- this.btnHB_Show.Click += new System.EventHandler(this.btnHB_Show_Click);
- //
- // chkFlipH
- //
- this.chkFlipH.Checked = true;
- this.chkFlipH.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkFlipH.Location = new System.Drawing.Point(174, 25);
- this.chkFlipH.Name = "chkFlipH";
- this.chkFlipH.Size = new System.Drawing.Size(72, 16);
- this.chkFlipH.TabIndex = 14;
- this.chkFlipH.Text = "水平翻转";
- this.chkFlipH.UseVisualStyleBackColor = false;
- //
- // txtHB_H
- //
- this.txtHB_H.DecimalPlaces = 2;
- this.txtHB_H.Location = new System.Drawing.Point(87, 57);
- this.txtHB_H.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtHB_H.Name = "txtHB_H";
- this.txtHB_H.Size = new System.Drawing.Size(67, 21);
- this.txtHB_H.TabIndex = 13;
- this.txtHB_H.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // txtHB_W
- //
- this.txtHB_W.DecimalPlaces = 2;
- this.txtHB_W.Location = new System.Drawing.Point(87, 23);
- this.txtHB_W.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtHB_W.Name = "txtHB_W";
- this.txtHB_W.Size = new System.Drawing.Size(67, 21);
- this.txtHB_W.TabIndex = 12;
- this.txtHB_W.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(16, 59);
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(65, 12);
- this.lblLabel2.TabIndex = 2;
- this.lblLabel2.Text = "画布高(mm)";
- //
- // grpBC
- //
- this.grpBC.Controls.Add(this.grpBC_R);
- this.grpBC.Controls.Add(this.txtBC_EG);
- this.grpBC.Controls.Add(this.lblLabel10);
- this.grpBC.Controls.Add(this.cmbBC_Level);
- this.grpBC.Controls.Add(this.lblLabel9);
- this.grpBC.Controls.Add(this.cmbBC_Format);
- this.grpBC.Controls.Add(this.lblLabel8);
- this.grpBC.Controls.Add(this.cmbBC_Type);
- this.grpBC.Controls.Add(this.lblLabel7);
- this.grpBC.Location = new System.Drawing.Point(285, 207);
- this.grpBC.Name = "grpBC";
- this.grpBC.Size = new System.Drawing.Size(333, 153);
- this.grpBC.TabIndex = 15;
- this.grpBC.TabStop = false;
- this.grpBC.Text = "条码";
- //
- // grpBC_R
- //
- this.grpBC_R.Controls.Add(this.lblLabel5);
- this.grpBC_R.Controls.Add(this.lblLabel4);
- this.grpBC_R.Controls.Add(this.lblLabel3);
- this.grpBC_R.Controls.Add(this.txtBC_Y);
- this.grpBC_R.Controls.Add(this.txtBC_W);
- this.grpBC_R.Controls.Add(this.txtBC_X);
- this.grpBC_R.Controls.Add(this.lblLabel6);
- this.grpBC_R.Controls.Add(this.txtBC_H);
- this.grpBC_R.Location = new System.Drawing.Point(198, 10);
- this.grpBC_R.Name = "grpBC_R";
- this.grpBC_R.Size = new System.Drawing.Size(123, 133);
- this.grpBC_R.TabIndex = 16;
- this.grpBC_R.TabStop = false;
- this.grpBC_R.Text = "条码位置(mm)";
- //
- // lblLabel5
- //
- this.lblLabel5.Location = new System.Drawing.Point(19, 25);
- this.lblLabel5.Name = "lblLabel5";
- this.lblLabel5.Size = new System.Drawing.Size(11, 12);
- this.lblLabel5.TabIndex = 15;
- this.lblLabel5.Text = "X";
- //
- // lblLabel4
- //
- this.lblLabel4.Location = new System.Drawing.Point(19, 53);
- this.lblLabel4.Name = "lblLabel4";
- this.lblLabel4.Size = new System.Drawing.Size(11, 12);
- this.lblLabel4.TabIndex = 1;
- this.lblLabel4.Text = "Y";
- //
- // lblLabel3
- //
- this.lblLabel3.Location = new System.Drawing.Point(19, 80);
- this.lblLabel3.Name = "lblLabel3";
- this.lblLabel3.Size = new System.Drawing.Size(11, 12);
- this.lblLabel3.TabIndex = 2;
- this.lblLabel3.Text = "W";
- //
- // txtBC_Y
- //
- this.txtBC_Y.DecimalPlaces = 2;
- this.txtBC_Y.Location = new System.Drawing.Point(36, 48);
- this.txtBC_Y.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtBC_Y.Name = "txtBC_Y";
- this.txtBC_Y.Size = new System.Drawing.Size(67, 21);
- this.txtBC_Y.TabIndex = 12;
- //
- // txtBC_W
- //
- this.txtBC_W.DecimalPlaces = 2;
- this.txtBC_W.Location = new System.Drawing.Point(36, 75);
- this.txtBC_W.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtBC_W.Name = "txtBC_W";
- this.txtBC_W.Size = new System.Drawing.Size(67, 21);
- this.txtBC_W.TabIndex = 13;
- this.txtBC_W.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // txtBC_X
- //
- this.txtBC_X.DecimalPlaces = 2;
- this.txtBC_X.Location = new System.Drawing.Point(36, 20);
- this.txtBC_X.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtBC_X.Name = "txtBC_X";
- this.txtBC_X.Size = new System.Drawing.Size(67, 21);
- this.txtBC_X.TabIndex = 16;
- //
- // lblLabel6
- //
- this.lblLabel6.Location = new System.Drawing.Point(19, 107);
- this.lblLabel6.Name = "lblLabel6";
- this.lblLabel6.Size = new System.Drawing.Size(11, 12);
- this.lblLabel6.TabIndex = 17;
- this.lblLabel6.Text = "H";
- //
- // txtBC_H
- //
- this.txtBC_H.DecimalPlaces = 2;
- this.txtBC_H.Location = new System.Drawing.Point(36, 102);
- this.txtBC_H.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtBC_H.Name = "txtBC_H";
- this.txtBC_H.Size = new System.Drawing.Size(67, 21);
- this.txtBC_H.TabIndex = 18;
- this.txtBC_H.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // txtBC_EG
- //
- this.txtBC_EG.Location = new System.Drawing.Point(72, 102);
- this.txtBC_EG.Name = "txtBC_EG";
- this.txtBC_EG.Size = new System.Drawing.Size(120, 21);
- this.txtBC_EG.TabIndex = 25;
- this.txtBC_EG.Visible = false;
- //
- // lblLabel10
- //
- this.lblLabel10.Location = new System.Drawing.Point(23, 105);
- this.lblLabel10.Name = "lblLabel10";
- this.lblLabel10.Size = new System.Drawing.Size(29, 12);
- this.lblLabel10.TabIndex = 24;
- this.lblLabel10.Text = "示例";
- this.lblLabel10.Visible = false;
- //
- // cmbBC_Level
- //
- this.cmbBC_Level.FormattingEnabled = true;
- this.cmbBC_Level.Items.AddRange(new object[] {
- "H",
- "Q",
- "M",
- "L"});
- this.cmbBC_Level.Location = new System.Drawing.Point(72, 76);
- this.cmbBC_Level.Name = "cmbBC_Level";
- this.cmbBC_Level.Size = new System.Drawing.Size(120, 20);
- this.cmbBC_Level.TabIndex = 23;
- this.cmbBC_Level.Text = "Q";
- //
- // lblLabel9
- //
- this.lblLabel9.Location = new System.Drawing.Point(13, 79);
- this.lblLabel9.Name = "lblLabel9";
- this.lblLabel9.Size = new System.Drawing.Size(41, 12);
- this.lblLabel9.TabIndex = 22;
- this.lblLabel9.Text = "容错率";
- //
- // cmbBC_Format
- //
- this.cmbBC_Format.FormattingEnabled = true;
- this.cmbBC_Format.Items.AddRange(new object[] {
- "CODE_128",
- "EAN_13",
- "EAN_8",
- "CODABAR",
- "CODE_39",
- "CODE_93",
- "ITF",
- "MSI",
- "PLESSEY",
- "UPC_E"});
- this.cmbBC_Format.Location = new System.Drawing.Point(72, 50);
- this.cmbBC_Format.Name = "cmbBC_Format";
- this.cmbBC_Format.Size = new System.Drawing.Size(120, 20);
- this.cmbBC_Format.TabIndex = 21;
- this.cmbBC_Format.Text = "CODE_128";
- //
- // lblLabel8
- //
- this.lblLabel8.Location = new System.Drawing.Point(13, 53);
- this.lblLabel8.Name = "lblLabel8";
- this.lblLabel8.Size = new System.Drawing.Size(53, 12);
- this.lblLabel8.TabIndex = 20;
- this.lblLabel8.Text = "条码格式";
- //
- // cmbBC_Type
- //
- this.cmbBC_Type.FormattingEnabled = true;
- this.cmbBC_Type.Items.AddRange(new object[] {
- "一维码",
- "二维码"});
- this.cmbBC_Type.Location = new System.Drawing.Point(72, 20);
- this.cmbBC_Type.Name = "cmbBC_Type";
- this.cmbBC_Type.Size = new System.Drawing.Size(120, 20);
- this.cmbBC_Type.TabIndex = 19;
- this.cmbBC_Type.Text = "一维码";
- //
- // lblLabel7
- //
- this.lblLabel7.Location = new System.Drawing.Point(13, 23);
- this.lblLabel7.Name = "lblLabel7";
- this.lblLabel7.Size = new System.Drawing.Size(53, 12);
- this.lblLabel7.TabIndex = 15;
- this.lblLabel7.Text = "条码类型";
- //
- // grpTXT1
- //
- this.grpTXT1.Controls.Add(this.btnTXTOK);
- this.grpTXT1.Controls.Add(this.chkTXTIsShow);
- this.grpTXT1.Controls.Add(this.lblLabel23);
- this.grpTXT1.Controls.Add(this.txtTXTName);
- this.grpTXT1.Controls.Add(this.cmbTXT1_Angle);
- this.grpTXT1.Controls.Add(this.lisTXTS);
- this.grpTXT1.Controls.Add(this.lblLabel17);
- this.grpTXT1.Controls.Add(this.cmbTXT1_AV);
- this.grpTXT1.Controls.Add(this.lblLabel16);
- this.grpTXT1.Controls.Add(this.chkTXT1_Clip);
- this.grpTXT1.Controls.Add(this.chkTXT1_Wrap);
- this.grpTXT1.Controls.Add(this.btnTXT1_Font);
- this.grpTXT1.Controls.Add(this.grpTXT1_R);
- this.grpTXT1.Controls.Add(this.txtTXT1_EG);
- this.grpTXT1.Controls.Add(this.lblLabel15);
- this.grpTXT1.Controls.Add(this.cmbTXT1_AH);
- this.grpTXT1.Controls.Add(this.lblLabel18);
- this.grpTXT1.Location = new System.Drawing.Point(12, 366);
- this.grpTXT1.Name = "grpTXT1";
- this.grpTXT1.Size = new System.Drawing.Size(606, 224);
- this.grpTXT1.TabIndex = 26;
- this.grpTXT1.TabStop = false;
- this.grpTXT1.Text = "文本";
- //
- // btnTXTOK
- //
- this.btnTXTOK.Location = new System.Drawing.Point(264, 190);
- this.btnTXTOK.Name = "btnTXTOK";
- this.btnTXTOK.Size = new System.Drawing.Size(75, 23);
- this.btnTXTOK.TabIndex = 36;
- this.btnTXTOK.Text = "保存设置";
- this.btnTXTOK.UseVisualStyleBackColor = true;
- this.btnTXTOK.Click += new System.EventHandler(this.btnTXTOK_Click);
- //
- // chkTXTIsShow
- //
- this.chkTXTIsShow.Checked = true;
- this.chkTXTIsShow.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkTXTIsShow.Location = new System.Drawing.Point(522, 197);
- this.chkTXTIsShow.Name = "chkTXTIsShow";
- this.chkTXTIsShow.Size = new System.Drawing.Size(72, 16);
- this.chkTXTIsShow.TabIndex = 35;
- this.chkTXTIsShow.Text = "是否显示";
- this.chkTXTIsShow.UseVisualStyleBackColor = false;
- //
- // lblLabel23
- //
- this.lblLabel23.Location = new System.Drawing.Point(286, 24);
- this.lblLabel23.Name = "lblLabel23";
- this.lblLabel23.Size = new System.Drawing.Size(53, 12);
- this.lblLabel23.TabIndex = 34;
- this.lblLabel23.Text = "位置名称";
- //
- // txtTXTName
- //
- this.txtTXTName.Location = new System.Drawing.Point(345, 20);
- this.txtTXTName.Name = "txtTXTName";
- this.txtTXTName.Size = new System.Drawing.Size(120, 21);
- this.txtTXTName.TabIndex = 26;
- //
- // cmbTXT1_Angle
- //
- this.cmbTXT1_Angle.FormattingEnabled = true;
- this.cmbTXT1_Angle.Items.AddRange(new object[] {
- "0",
- "90",
- "180",
- "270"});
- this.cmbTXT1_Angle.Location = new System.Drawing.Point(345, 101);
- this.cmbTXT1_Angle.Name = "cmbTXT1_Angle";
- this.cmbTXT1_Angle.Size = new System.Drawing.Size(120, 20);
- this.cmbTXT1_Angle.TabIndex = 31;
- this.cmbTXT1_Angle.Text = "0";
- //
- // lisTXTS
- //
- this.lisTXTS.DisplayMember = "Name";
- this.lisTXTS.HorizontalScrollbar = true;
- this.lisTXTS.ItemHeight = 12;
- this.lisTXTS.Location = new System.Drawing.Point(6, 20);
- this.lisTXTS.Name = "lisTXTS";
- this.lisTXTS.Size = new System.Drawing.Size(249, 196);
- this.lisTXTS.TabIndex = 33;
- this.lisTXTS.SelectedIndexChanged += new System.EventHandler(this.lisTXTS_SelectedIndexChanged);
- //
- // lblLabel17
- //
- this.lblLabel17.Location = new System.Drawing.Point(286, 105);
- this.lblLabel17.Name = "lblLabel17";
- this.lblLabel17.Size = new System.Drawing.Size(53, 12);
- this.lblLabel17.TabIndex = 30;
- this.lblLabel17.Text = "旋转角度";
- //
- // cmbTXT1_AV
- //
- this.cmbTXT1_AV.FormattingEnabled = true;
- this.cmbTXT1_AV.Items.AddRange(new object[] {
- "顶端",
- "居中",
- "底端"});
- this.cmbTXT1_AV.Location = new System.Drawing.Point(345, 75);
- this.cmbTXT1_AV.Name = "cmbTXT1_AV";
- this.cmbTXT1_AV.Size = new System.Drawing.Size(120, 20);
- this.cmbTXT1_AV.TabIndex = 29;
- this.cmbTXT1_AV.Text = "居中";
- //
- // lblLabel16
- //
- this.lblLabel16.Location = new System.Drawing.Point(286, 79);
- this.lblLabel16.Name = "lblLabel16";
- this.lblLabel16.Size = new System.Drawing.Size(53, 12);
- this.lblLabel16.TabIndex = 28;
- this.lblLabel16.Text = "垂直对齐";
- //
- // chkTXT1_Clip
- //
- this.chkTXT1_Clip.Checked = true;
- this.chkTXT1_Clip.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkTXT1_Clip.Location = new System.Drawing.Point(288, 133);
- this.chkTXT1_Clip.Name = "chkTXT1_Clip";
- this.chkTXT1_Clip.Size = new System.Drawing.Size(72, 16);
- this.chkTXT1_Clip.TabIndex = 27;
- this.chkTXT1_Clip.Text = "超出截断";
- this.chkTXT1_Clip.UseVisualStyleBackColor = false;
- //
- // chkTXT1_Wrap
- //
- this.chkTXT1_Wrap.Checked = true;
- this.chkTXT1_Wrap.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkTXT1_Wrap.Location = new System.Drawing.Point(393, 133);
- this.chkTXT1_Wrap.Name = "chkTXT1_Wrap";
- this.chkTXT1_Wrap.Size = new System.Drawing.Size(72, 16);
- this.chkTXT1_Wrap.TabIndex = 27;
- this.chkTXT1_Wrap.Text = "自动换行";
- this.chkTXT1_Wrap.UseVisualStyleBackColor = false;
- //
- // btnTXT1_Font
- //
- this.btnTXT1_Font.Location = new System.Drawing.Point(519, 155);
- this.btnTXT1_Font.Name = "btnTXT1_Font";
- this.btnTXT1_Font.Size = new System.Drawing.Size(75, 23);
- this.btnTXT1_Font.TabIndex = 26;
- this.btnTXT1_Font.Text = "字体...";
- this.btnTXT1_Font.UseVisualStyleBackColor = true;
- this.btnTXT1_Font.Click += new System.EventHandler(this.btnTXT_Font_Click);
- //
- // grpTXT1_R
- //
- this.grpTXT1_R.Controls.Add(this.lblLabel11);
- this.grpTXT1_R.Controls.Add(this.lblLabel12);
- this.grpTXT1_R.Controls.Add(this.lblLabel13);
- this.grpTXT1_R.Controls.Add(this.txtTXT1_Y);
- this.grpTXT1_R.Controls.Add(this.txtTXT1_W);
- this.grpTXT1_R.Controls.Add(this.txtTXT1_X);
- this.grpTXT1_R.Controls.Add(this.lblLabel14);
- this.grpTXT1_R.Controls.Add(this.txtTXT1_H);
- this.grpTXT1_R.Location = new System.Drawing.Point(471, 17);
- this.grpTXT1_R.Name = "grpTXT1_R";
- this.grpTXT1_R.Size = new System.Drawing.Size(123, 132);
- this.grpTXT1_R.TabIndex = 16;
- this.grpTXT1_R.TabStop = false;
- this.grpTXT1_R.Text = "文本位置(mm)";
- //
- // lblLabel11
- //
- this.lblLabel11.Location = new System.Drawing.Point(15, 26);
- this.lblLabel11.Name = "lblLabel11";
- this.lblLabel11.Size = new System.Drawing.Size(11, 12);
- this.lblLabel11.TabIndex = 15;
- this.lblLabel11.Text = "X";
- //
- // lblLabel12
- //
- this.lblLabel12.Location = new System.Drawing.Point(15, 53);
- this.lblLabel12.Name = "lblLabel12";
- this.lblLabel12.Size = new System.Drawing.Size(11, 12);
- this.lblLabel12.TabIndex = 1;
- this.lblLabel12.Text = "Y";
- //
- // lblLabel13
- //
- this.lblLabel13.Location = new System.Drawing.Point(15, 80);
- this.lblLabel13.Name = "lblLabel13";
- this.lblLabel13.Size = new System.Drawing.Size(11, 12);
- this.lblLabel13.TabIndex = 2;
- this.lblLabel13.Text = "W";
- //
- // txtTXT1_Y
- //
- this.txtTXT1_Y.DecimalPlaces = 2;
- this.txtTXT1_Y.Location = new System.Drawing.Point(36, 47);
- this.txtTXT1_Y.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtTXT1_Y.Name = "txtTXT1_Y";
- this.txtTXT1_Y.Size = new System.Drawing.Size(67, 21);
- this.txtTXT1_Y.TabIndex = 12;
- //
- // txtTXT1_W
- //
- this.txtTXT1_W.DecimalPlaces = 2;
- this.txtTXT1_W.Location = new System.Drawing.Point(36, 74);
- this.txtTXT1_W.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtTXT1_W.Name = "txtTXT1_W";
- this.txtTXT1_W.Size = new System.Drawing.Size(67, 21);
- this.txtTXT1_W.TabIndex = 13;
- this.txtTXT1_W.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // txtTXT1_X
- //
- this.txtTXT1_X.DecimalPlaces = 2;
- this.txtTXT1_X.Location = new System.Drawing.Point(36, 20);
- this.txtTXT1_X.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtTXT1_X.Name = "txtTXT1_X";
- this.txtTXT1_X.Size = new System.Drawing.Size(67, 21);
- this.txtTXT1_X.TabIndex = 16;
- //
- // lblLabel14
- //
- this.lblLabel14.Location = new System.Drawing.Point(15, 107);
- this.lblLabel14.Name = "lblLabel14";
- this.lblLabel14.Size = new System.Drawing.Size(11, 12);
- this.lblLabel14.TabIndex = 17;
- this.lblLabel14.Text = "H";
- //
- // txtTXT1_H
- //
- this.txtTXT1_H.DecimalPlaces = 2;
- this.txtTXT1_H.Location = new System.Drawing.Point(36, 101);
- this.txtTXT1_H.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtTXT1_H.Name = "txtTXT1_H";
- this.txtTXT1_H.Size = new System.Drawing.Size(67, 21);
- this.txtTXT1_H.TabIndex = 18;
- this.txtTXT1_H.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // txtTXT1_EG
- //
- this.txtTXT1_EG.Location = new System.Drawing.Point(345, 155);
- this.txtTXT1_EG.Multiline = true;
- this.txtTXT1_EG.Name = "txtTXT1_EG";
- this.txtTXT1_EG.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtTXT1_EG.Size = new System.Drawing.Size(171, 59);
- this.txtTXT1_EG.TabIndex = 25;
- //
- // lblLabel15
- //
- this.lblLabel15.Location = new System.Drawing.Point(286, 160);
- this.lblLabel15.Name = "lblLabel15";
- this.lblLabel15.Size = new System.Drawing.Size(53, 12);
- this.lblLabel15.TabIndex = 24;
- this.lblLabel15.Text = "文本模板";
- //
- // cmbTXT1_AH
- //
- this.cmbTXT1_AH.FormattingEnabled = true;
- this.cmbTXT1_AH.Items.AddRange(new object[] {
- "居左",
- "居中",
- "居右"});
- this.cmbTXT1_AH.Location = new System.Drawing.Point(345, 49);
- this.cmbTXT1_AH.Name = "cmbTXT1_AH";
- this.cmbTXT1_AH.Size = new System.Drawing.Size(120, 20);
- this.cmbTXT1_AH.TabIndex = 19;
- this.cmbTXT1_AH.Text = "居中";
- //
- // lblLabel18
- //
- this.lblLabel18.Location = new System.Drawing.Point(286, 53);
- this.lblLabel18.Name = "lblLabel18";
- this.lblLabel18.Size = new System.Drawing.Size(53, 12);
- this.lblLabel18.TabIndex = 15;
- this.lblLabel18.Text = "水平对齐";
- //
- // grpPage
- //
- this.grpPage.Controls.Add(this.txtDpiY);
- this.grpPage.Controls.Add(this.txtDpiX);
- this.grpPage.Controls.Add(this.label10);
- this.grpPage.Controls.Add(this.label11);
- this.grpPage.Controls.Add(this.chkShowGrid);
- this.grpPage.Controls.Add(this.btnPage_Show);
- this.grpPage.Controls.Add(this.txtPageColNum);
- this.grpPage.Controls.Add(this.txtPageRowNum);
- this.grpPage.Controls.Add(this.lblLabel22);
- this.grpPage.Controls.Add(this.txtPageH);
- this.grpPage.Controls.Add(this.lblLabel21);
- this.grpPage.Controls.Add(this.txtPageW);
- this.grpPage.Controls.Add(this.lblLabel19);
- this.grpPage.Controls.Add(this.lblLabel20);
- this.grpPage.Location = new System.Drawing.Point(13, 205);
- this.grpPage.Name = "grpPage";
- this.grpPage.Size = new System.Drawing.Size(266, 155);
- this.grpPage.TabIndex = 29;
- this.grpPage.TabStop = false;
- this.grpPage.Text = "纸张";
- //
- // txtDpiY
- //
- this.txtDpiY.Location = new System.Drawing.Point(195, 121);
- this.txtDpiY.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtDpiY.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtDpiY.Name = "txtDpiY";
- this.txtDpiY.Size = new System.Drawing.Size(51, 21);
- this.txtDpiY.TabIndex = 32;
- this.txtDpiY.Value = new decimal(new int[] {
- 96,
- 0,
- 0,
- 0});
- //
- // txtDpiX
- //
- this.txtDpiX.Location = new System.Drawing.Point(103, 121);
- this.txtDpiX.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtDpiX.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtDpiX.Name = "txtDpiX";
- this.txtDpiX.Size = new System.Drawing.Size(51, 21);
- this.txtDpiX.TabIndex = 33;
- this.txtDpiX.Value = new decimal(new int[] {
- 96,
- 0,
- 0,
- 0});
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(20, 125);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(77, 12);
- this.label10.TabIndex = 30;
- this.label10.Text = "打印机分辨率";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(169, 125);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(11, 12);
- this.label11.TabIndex = 31;
- this.label11.Text = "X";
- //
- // chkShowGrid
- //
- this.chkShowGrid.Checked = true;
- this.chkShowGrid.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkShowGrid.Location = new System.Drawing.Point(171, 21);
- this.chkShowGrid.Name = "chkShowGrid";
- this.chkShowGrid.Size = new System.Drawing.Size(72, 16);
- this.chkShowGrid.TabIndex = 29;
- this.chkShowGrid.Text = "打印网格";
- this.chkShowGrid.UseVisualStyleBackColor = false;
- //
- // btnPage_Show
- //
- this.btnPage_Show.Location = new System.Drawing.Point(171, 51);
- this.btnPage_Show.Name = "btnPage_Show";
- this.btnPage_Show.Size = new System.Drawing.Size(75, 23);
- this.btnPage_Show.TabIndex = 28;
- this.btnPage_Show.Text = "预览";
- this.btnPage_Show.UseVisualStyleBackColor = true;
- this.btnPage_Show.Click += new System.EventHandler(this.btnPage_Show_Click);
- //
- // txtPageColNum
- //
- this.txtPageColNum.Location = new System.Drawing.Point(195, 88);
- this.txtPageColNum.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtPageColNum.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtPageColNum.Name = "txtPageColNum";
- this.txtPageColNum.Size = new System.Drawing.Size(51, 21);
- this.txtPageColNum.TabIndex = 13;
- this.txtPageColNum.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // txtPageRowNum
- //
- this.txtPageRowNum.Location = new System.Drawing.Point(103, 88);
- this.txtPageRowNum.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtPageRowNum.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtPageRowNum.Name = "txtPageRowNum";
- this.txtPageRowNum.Size = new System.Drawing.Size(51, 21);
- this.txtPageRowNum.TabIndex = 13;
- this.txtPageRowNum.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblLabel22
- //
- this.lblLabel22.Location = new System.Drawing.Point(162, 92);
- this.lblLabel22.Name = "lblLabel22";
- this.lblLabel22.Size = new System.Drawing.Size(29, 12);
- this.lblLabel22.TabIndex = 2;
- this.lblLabel22.Text = "列数";
- //
- // txtPageH
- //
- this.txtPageH.DecimalPlaces = 2;
- this.txtPageH.Location = new System.Drawing.Point(87, 54);
- this.txtPageH.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtPageH.Name = "txtPageH";
- this.txtPageH.Size = new System.Drawing.Size(67, 21);
- this.txtPageH.TabIndex = 13;
- this.txtPageH.Value = new decimal(new int[] {
- 279,
- 0,
- 0,
- 0});
- //
- // lblLabel21
- //
- this.lblLabel21.Location = new System.Drawing.Point(68, 92);
- this.lblLabel21.Name = "lblLabel21";
- this.lblLabel21.Size = new System.Drawing.Size(29, 12);
- this.lblLabel21.TabIndex = 2;
- this.lblLabel21.Text = "行数";
- //
- // txtPageW
- //
- this.txtPageW.DecimalPlaces = 2;
- this.txtPageW.Location = new System.Drawing.Point(87, 20);
- this.txtPageW.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtPageW.Name = "txtPageW";
- this.txtPageW.Size = new System.Drawing.Size(67, 21);
- this.txtPageW.TabIndex = 12;
- this.txtPageW.Value = new decimal(new int[] {
- 210,
- 0,
- 0,
- 0});
- //
- // lblLabel19
- //
- this.lblLabel19.Location = new System.Drawing.Point(16, 56);
- this.lblLabel19.Name = "lblLabel19";
- this.lblLabel19.Size = new System.Drawing.Size(65, 12);
- this.lblLabel19.TabIndex = 2;
- this.lblLabel19.Text = "纸张高(mm)";
- //
- // lblLabel20
- //
- this.lblLabel20.Location = new System.Drawing.Point(16, 22);
- this.lblLabel20.Name = "lblLabel20";
- this.lblLabel20.Size = new System.Drawing.Size(65, 12);
- this.lblLabel20.TabIndex = 1;
- this.lblLabel20.Text = "纸张宽(mm)";
- //
- // picHB
- //
- this.picHB.AutoScroll = true;
- this.picHB.BackColor = System.Drawing.Color.Gray;
- this.picHB.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.picHB.Location = new System.Drawing.Point(284, 39);
- this.picHB.Name = "picHB";
- this.picHB.Padding = new System.Windows.Forms.Padding(10);
- this.picHB.Size = new System.Drawing.Size(333, 162);
- this.picHB.TabIndex = 30;
- //
- // picPage
- //
- this.picPage.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.picPage.AutoScroll = true;
- this.picPage.BackColor = System.Drawing.Color.Gray;
- this.picPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.picPage.Location = new System.Drawing.Point(623, 12);
- this.picPage.Name = "picPage";
- this.picPage.Padding = new System.Windows.Forms.Padding(10);
- this.picPage.Size = new System.Drawing.Size(385, 730);
- this.picPage.TabIndex = 31;
- //
- // btnOut
- //
- this.btnOut.Location = new System.Drawing.Point(85, 5);
- this.btnOut.Name = "btnOut";
- this.btnOut.Size = new System.Drawing.Size(75, 23);
- this.btnOut.TabIndex = 32;
- this.btnOut.Text = "导出";
- this.btnOut.UseVisualStyleBackColor = true;
- this.btnOut.Click += new System.EventHandler(this.btnOut_Click);
- //
- // btnIn
- //
- this.btnIn.Location = new System.Drawing.Point(85, 34);
- this.btnIn.Name = "btnIn";
- this.btnIn.Size = new System.Drawing.Size(75, 23);
- this.btnIn.TabIndex = 32;
- this.btnIn.Text = "导入";
- this.btnIn.UseVisualStyleBackColor = true;
- this.btnIn.Click += new System.EventHandler(this.btnIn_Click);
- //
- // txtJsonData
- //
- this.txtJsonData.Location = new System.Drawing.Point(166, 2);
- this.txtJsonData.MaxLength = 0;
- this.txtJsonData.Multiline = true;
- this.txtJsonData.Name = "txtJsonData";
- this.txtJsonData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtJsonData.Size = new System.Drawing.Size(437, 55);
- this.txtJsonData.TabIndex = 32;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(831, 748);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 33);
- this.btnSave.TabIndex = 33;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(923, 749);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 34;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // lblLabel24
- //
- this.lblLabel24.Location = new System.Drawing.Point(11, 16);
- this.lblLabel24.Name = "lblLabel24";
- this.lblLabel24.Size = new System.Drawing.Size(53, 12);
- this.lblLabel24.TabIndex = 37;
- this.lblLabel24.Text = "模板名称";
- //
- // txtLayoutName
- //
- this.txtLayoutName.Location = new System.Drawing.Point(70, 12);
- this.txtLayoutName.Name = "txtLayoutName";
- this.txtLayoutName.Size = new System.Drawing.Size(208, 21);
- this.txtLayoutName.TabIndex = 36;
- //
- // lblLabel26
- //
- this.lblLabel26.Location = new System.Drawing.Point(33, 42);
- this.lblLabel26.Name = "lblLabel26";
- this.lblLabel26.Size = new System.Drawing.Size(29, 12);
- this.lblLabel26.TabIndex = 41;
- this.lblLabel26.Text = "备注";
- //
- // txtRemarks
- //
- this.txtRemarks.Location = new System.Drawing.Point(70, 39);
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtRemarks.Size = new System.Drawing.Size(208, 62);
- this.txtRemarks.TabIndex = 40;
- //
- // chkValueFlag
- //
- this.chkValueFlag.Checked = true;
- this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkValueFlag.Location = new System.Drawing.Point(430, 14);
- this.chkValueFlag.Name = "chkValueFlag";
- this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
- this.chkValueFlag.TabIndex = 36;
- this.chkValueFlag.Text = "有效标识";
- this.chkValueFlag.UseVisualStyleBackColor = false;
- //
- // lblLabel25
- //
- this.lblLabel25.Location = new System.Drawing.Point(284, 16);
- this.lblLabel25.Name = "lblLabel25";
- this.lblLabel25.Size = new System.Drawing.Size(53, 12);
- this.lblLabel25.TabIndex = 42;
- this.lblLabel25.Text = "显示顺序";
- //
- // numDisplayNo
- //
- this.numDisplayNo.Location = new System.Drawing.Point(342, 12);
- this.numDisplayNo.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.numDisplayNo.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numDisplayNo.Name = "numDisplayNo";
- this.numDisplayNo.Size = new System.Drawing.Size(82, 21);
- this.numDisplayNo.TabIndex = 29;
- this.numDisplayNo.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // btnPrint
- //
- this.btnPrint.Location = new System.Drawing.Point(3, 5);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(75, 23);
- this.btnPrint.TabIndex = 43;
- this.btnPrint.Text = "打印测试";
- this.btnPrint.UseVisualStyleBackColor = true;
- this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
- //
- // pnlPanel1
- //
- this.pnlPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.pnlPanel1.Controls.Add(this.btnPrint);
- this.pnlPanel1.Controls.Add(this.btnOut);
- this.pnlPanel1.Controls.Add(this.btnIn);
- this.pnlPanel1.Controls.Add(this.txtJsonData);
- this.pnlPanel1.Location = new System.Drawing.Point(30, 744);
- this.pnlPanel1.Name = "pnlPanel1";
- this.pnlPanel1.Size = new System.Drawing.Size(637, 63);
- this.pnlPanel1.TabIndex = 44;
- //
- // dgvTXT_EGS
- //
- this.dgvTXT_EGS.AllowUserToAddRows = false;
- this.dgvTXT_EGS.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTXT_EGS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvTXT_EGS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvTXT_EGS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colkey,
- this.colvalue});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvTXT_EGS.DefaultCellStyle = dataGridViewCellStyle2;
- this.dgvTXT_EGS.Location = new System.Drawing.Point(284, 592);
- this.dgvTXT_EGS.Name = "dgvTXT_EGS";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTXT_EGS.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvTXT_EGS.RowTemplate.Height = 23;
- this.dgvTXT_EGS.Size = new System.Drawing.Size(273, 150);
- this.dgvTXT_EGS.TabIndex = 45;
- //
- // colkey
- //
- this.colkey.DataPropertyName = "ITEMCODE";
- this.colkey.HeaderText = "文本项目";
- this.colkey.Name = "colkey";
- this.colkey.ReadOnly = true;
- //
- // colvalue
- //
- this.colvalue.DataPropertyName = "itemsample";
- this.colvalue.HeaderText = "文本示例";
- this.colvalue.Name = "colvalue";
- //
- // F_SET_014002
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1020, 807);
- this.Controls.Add(this.dgvTXT_EGS);
- this.Controls.Add(this.pnlPanel1);
- this.Controls.Add(this.numDisplayNo);
- this.Controls.Add(this.lblLabel25);
- this.Controls.Add(this.chkValueFlag);
- this.Controls.Add(this.lblLabel26);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.lblLabel24);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtLayoutName);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.picHB);
- this.Controls.Add(this.grpPage);
- this.Controls.Add(this.grpTXT1);
- this.Controls.Add(this.grpBC);
- this.Controls.Add(this.grpHB);
- this.Controls.Add(this.picPage);
- this.Name = "F_SET_014002";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_SET_014002";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.F_SET_014002_Load);
- this.Shown += new System.EventHandler(this.F_SET_014002_Shown);
- this.Controls.SetChildIndex(this.picPage, 0);
- this.Controls.SetChildIndex(this.grpHB, 0);
- this.Controls.SetChildIndex(this.grpBC, 0);
- this.Controls.SetChildIndex(this.grpTXT1, 0);
- this.Controls.SetChildIndex(this.grpPage, 0);
- this.Controls.SetChildIndex(this.picHB, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.txtLayoutName, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.lblLabel24, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.lblLabel26, 0);
- this.Controls.SetChildIndex(this.chkValueFlag, 0);
- this.Controls.SetChildIndex(this.lblLabel25, 0);
- this.Controls.SetChildIndex(this.numDisplayNo, 0);
- this.Controls.SetChildIndex(this.pnlPanel1, 0);
- this.Controls.SetChildIndex(this.dgvTXT_EGS, 0);
- this.grpHB.ResumeLayout(false);
- this.grpHB.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtHB_W)).EndInit();
- this.grpBC.ResumeLayout(false);
- this.grpBC.PerformLayout();
- this.grpBC_R.ResumeLayout(false);
- this.grpBC_R.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_Y)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_W)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_X)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBC_H)).EndInit();
- this.grpTXT1.ResumeLayout(false);
- this.grpTXT1.PerformLayout();
- this.grpTXT1_R.ResumeLayout(false);
- this.grpTXT1_R.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_Y)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_W)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_X)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_H)).EndInit();
- this.grpPage.ResumeLayout(false);
- this.grpPage.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtDpiY)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtDpiX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageColNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageRowNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageH)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPageW)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).EndInit();
- this.pnlPanel1.ResumeLayout(false);
- this.pnlPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTXT_EGS)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private WinForm.Controls.LblLabel lblLabel1;
- private WinForm.Controls.GrpGroupBox grpHB;
- private WinForm.Controls.LblLabel lblLabel2;
- private WinForm.Controls.ChkCheckBox chkFlipH;
- private System.Windows.Forms.NumericUpDown txtHB_H;
- private System.Windows.Forms.NumericUpDown txtHB_W;
- private WinForm.Controls.GrpGroupBox grpBC;
- private System.Windows.Forms.NumericUpDown txtBC_W;
- private System.Windows.Forms.NumericUpDown txtBC_Y;
- private WinForm.Controls.LblLabel lblLabel3;
- private WinForm.Controls.LblLabel lblLabel4;
- private WinForm.Controls.LblLabel lblLabel7;
- private System.Windows.Forms.NumericUpDown txtBC_H;
- private WinForm.Controls.LblLabel lblLabel6;
- private System.Windows.Forms.NumericUpDown txtBC_X;
- private WinForm.Controls.LblLabel lblLabel5;
- private WinForm.Controls.CmbComboBox cmbBC_Type;
- private WinForm.Controls.CmbComboBox cmbBC_Format;
- private WinForm.Controls.LblLabel lblLabel8;
- private WinForm.Controls.CmbComboBox cmbBC_Level;
- private WinForm.Controls.LblLabel lblLabel9;
- private WinForm.Controls.TxtTextBox txtBC_EG;
- private WinForm.Controls.LblLabel lblLabel10;
- private WinForm.Controls.GrpGroupBox grpBC_R;
- private WinForm.Controls.GrpGroupBox grpTXT1;
- private WinForm.Controls.GrpGroupBox grpTXT1_R;
- private WinForm.Controls.LblLabel lblLabel11;
- private WinForm.Controls.LblLabel lblLabel12;
- private WinForm.Controls.LblLabel lblLabel13;
- private System.Windows.Forms.NumericUpDown txtTXT1_Y;
- private System.Windows.Forms.NumericUpDown txtTXT1_W;
- private System.Windows.Forms.NumericUpDown txtTXT1_X;
- private WinForm.Controls.LblLabel lblLabel14;
- private System.Windows.Forms.NumericUpDown txtTXT1_H;
- private WinForm.Controls.TxtTextBox txtTXT1_EG;
- private WinForm.Controls.LblLabel lblLabel15;
- private WinForm.Controls.CmbComboBox cmbTXT1_AH;
- private WinForm.Controls.LblLabel lblLabel18;
- private System.Windows.Forms.Button btnTXT1_Font;
- private WinForm.Controls.ChkCheckBox chkTXT1_Wrap;
- private WinForm.Controls.ChkCheckBox chkTXT1_Clip;
- private WinForm.Controls.CmbComboBox cmbTXT1_AV;
- private WinForm.Controls.LblLabel lblLabel16;
- private WinForm.Controls.CmbComboBox cmbTXT1_Angle;
- private WinForm.Controls.LblLabel lblLabel17;
- private System.Windows.Forms.FontDialog dlgFont;
- private System.Windows.Forms.Button btnHB_Show;
- private WinForm.Controls.GrpGroupBox grpPage;
- private System.Windows.Forms.Button btnPage_Show;
- private System.Windows.Forms.NumericUpDown txtPageH;
- private System.Windows.Forms.NumericUpDown txtPageW;
- private WinForm.Controls.LblLabel lblLabel19;
- private WinForm.Controls.LblLabel lblLabel20;
- private System.Windows.Forms.NumericUpDown txtPageColNum;
- private System.Windows.Forms.NumericUpDown txtPageRowNum;
- private WinForm.Controls.LblLabel lblLabel22;
- private WinForm.Controls.LblLabel lblLabel21;
- private WinForm.Controls.ChkCheckBox chkShowGrid;
- private System.Windows.Forms.NumericUpDown txtDpiY;
- private System.Windows.Forms.NumericUpDown txtDpiX;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private BarcodeBatchSet.BarcodeBatchShow picHB;
- private BarcodeBatchSet.BarcodeBatchShow picPage;
- private System.Windows.Forms.Button btnOut;
- private System.Windows.Forms.Button btnIn;
- private WinForm.Controls.TxtTextBox txtJsonData;
- private System.Windows.Forms.ListBox lisTXTS;
- private WinForm.Controls.TxtTextBox txtTXTName;
- private WinForm.Controls.LblLabel lblLabel23;
- private WinForm.Controls.ChkCheckBox chkTXTIsShow;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private WinForm.Controls.LblLabel lblLabel24;
- private WinForm.Controls.TxtTextBox txtLayoutName;
- private WinForm.Controls.LblLabel lblLabel26;
- private WinForm.Controls.TxtTextBox txtRemarks;
- private WinForm.Controls.ChkCheckBox chkValueFlag;
- private WinForm.Controls.LblLabel lblLabel25;
- private System.Windows.Forms.NumericUpDown numDisplayNo;
- private System.Windows.Forms.Button btnTXTOK;
- private System.Windows.Forms.Button btnPrint;
- private WinForm.Controls.PnlPanel pnlPanel1;
- private System.Windows.Forms.DataGridView dgvTXT_EGS;
- private System.Windows.Forms.DataGridViewTextBoxColumn colkey;
- private System.Windows.Forms.DataGridViewTextBoxColumn colvalue;
- }
- }
|