F_SET_014002.Designer.cs 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.Controls
  3. {
  4. partial class F_SET_014002
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SET_014002));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  34. this.grpHB = new Dongke.WinForm.Controls.GrpGroupBox();
  35. this.btnHB_Show = new System.Windows.Forms.Button();
  36. this.chkFlipH = new Dongke.WinForm.Controls.ChkCheckBox();
  37. this.txtHB_H = new System.Windows.Forms.NumericUpDown();
  38. this.txtHB_W = new System.Windows.Forms.NumericUpDown();
  39. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  40. this.grpBC = new Dongke.WinForm.Controls.GrpGroupBox();
  41. this.grpBC_R = new Dongke.WinForm.Controls.GrpGroupBox();
  42. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  43. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  44. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  45. this.txtBC_Y = new System.Windows.Forms.NumericUpDown();
  46. this.txtBC_W = new System.Windows.Forms.NumericUpDown();
  47. this.txtBC_X = new System.Windows.Forms.NumericUpDown();
  48. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  49. this.txtBC_H = new System.Windows.Forms.NumericUpDown();
  50. this.txtBC_EG = new Dongke.WinForm.Controls.TxtTextBox();
  51. this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
  52. this.cmbBC_Level = new Dongke.WinForm.Controls.CmbComboBox();
  53. this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
  54. this.cmbBC_Format = new Dongke.WinForm.Controls.CmbComboBox();
  55. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  56. this.cmbBC_Type = new Dongke.WinForm.Controls.CmbComboBox();
  57. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  58. this.grpTXT1 = new Dongke.WinForm.Controls.GrpGroupBox();
  59. this.btnTXTOK = new System.Windows.Forms.Button();
  60. this.chkTXTIsShow = new Dongke.WinForm.Controls.ChkCheckBox();
  61. this.lblLabel23 = new Dongke.WinForm.Controls.LblLabel();
  62. this.txtTXTName = new Dongke.WinForm.Controls.TxtTextBox();
  63. this.cmbTXT1_Angle = new Dongke.WinForm.Controls.CmbComboBox();
  64. this.lisTXTS = new System.Windows.Forms.ListBox();
  65. this.lblLabel17 = new Dongke.WinForm.Controls.LblLabel();
  66. this.cmbTXT1_AV = new Dongke.WinForm.Controls.CmbComboBox();
  67. this.lblLabel16 = new Dongke.WinForm.Controls.LblLabel();
  68. this.chkTXT1_Clip = new Dongke.WinForm.Controls.ChkCheckBox();
  69. this.chkTXT1_Wrap = new Dongke.WinForm.Controls.ChkCheckBox();
  70. this.btnTXT1_Font = new System.Windows.Forms.Button();
  71. this.grpTXT1_R = new Dongke.WinForm.Controls.GrpGroupBox();
  72. this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
  73. this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
  74. this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
  75. this.txtTXT1_Y = new System.Windows.Forms.NumericUpDown();
  76. this.txtTXT1_W = new System.Windows.Forms.NumericUpDown();
  77. this.txtTXT1_X = new System.Windows.Forms.NumericUpDown();
  78. this.lblLabel14 = new Dongke.WinForm.Controls.LblLabel();
  79. this.txtTXT1_H = new System.Windows.Forms.NumericUpDown();
  80. this.txtTXT1_EG = new Dongke.WinForm.Controls.TxtTextBox();
  81. this.lblLabel15 = new Dongke.WinForm.Controls.LblLabel();
  82. this.cmbTXT1_AH = new Dongke.WinForm.Controls.CmbComboBox();
  83. this.lblLabel18 = new Dongke.WinForm.Controls.LblLabel();
  84. this.dlgFont = new System.Windows.Forms.FontDialog();
  85. this.grpPage = new Dongke.WinForm.Controls.GrpGroupBox();
  86. this.txtDpiY = new System.Windows.Forms.NumericUpDown();
  87. this.txtDpiX = new System.Windows.Forms.NumericUpDown();
  88. this.label10 = new System.Windows.Forms.Label();
  89. this.label11 = new System.Windows.Forms.Label();
  90. this.chkShowGrid = new Dongke.WinForm.Controls.ChkCheckBox();
  91. this.btnPage_Show = new System.Windows.Forms.Button();
  92. this.txtPageColNum = new System.Windows.Forms.NumericUpDown();
  93. this.txtPageRowNum = new System.Windows.Forms.NumericUpDown();
  94. this.lblLabel22 = new Dongke.WinForm.Controls.LblLabel();
  95. this.txtPageH = new System.Windows.Forms.NumericUpDown();
  96. this.lblLabel21 = new Dongke.WinForm.Controls.LblLabel();
  97. this.txtPageW = new System.Windows.Forms.NumericUpDown();
  98. this.lblLabel19 = new Dongke.WinForm.Controls.LblLabel();
  99. this.lblLabel20 = new Dongke.WinForm.Controls.LblLabel();
  100. this.picHB = new Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet.BarcodeBatchShow();
  101. this.picPage = new Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet.BarcodeBatchShow();
  102. this.btnOut = new System.Windows.Forms.Button();
  103. this.btnIn = new System.Windows.Forms.Button();
  104. this.txtJsonData = new Dongke.WinForm.Controls.TxtTextBox();
  105. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  106. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  107. this.lblLabel24 = new Dongke.WinForm.Controls.LblLabel();
  108. this.txtLayoutName = new Dongke.WinForm.Controls.TxtTextBox();
  109. this.lblLabel26 = new Dongke.WinForm.Controls.LblLabel();
  110. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  111. this.chkValueFlag = new Dongke.WinForm.Controls.ChkCheckBox();
  112. this.lblLabel25 = new Dongke.WinForm.Controls.LblLabel();
  113. this.numDisplayNo = new System.Windows.Forms.NumericUpDown();
  114. this.btnPrint = new System.Windows.Forms.Button();
  115. this.pnlPanel1 = new Dongke.WinForm.Controls.PnlPanel();
  116. this.dgvTXT_EGS = new System.Windows.Forms.DataGridView();
  117. this.colkey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.colvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.grpHB.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.txtHB_W)).BeginInit();
  122. this.grpBC.SuspendLayout();
  123. this.grpBC_R.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.txtBC_Y)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.txtBC_W)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.txtBC_X)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.txtBC_H)).BeginInit();
  128. this.grpTXT1.SuspendLayout();
  129. this.grpTXT1_R.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_Y)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_W)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_X)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_H)).BeginInit();
  134. this.grpPage.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.txtDpiY)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.txtDpiX)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.txtPageColNum)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.txtPageRowNum)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.txtPageH)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.txtPageW)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).BeginInit();
  142. this.pnlPanel1.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.dgvTXT_EGS)).BeginInit();
  144. this.SuspendLayout();
  145. //
  146. // lblLabel1
  147. //
  148. this.lblLabel1.Location = new System.Drawing.Point(16, 25);
  149. this.lblLabel1.Name = "lblLabel1";
  150. this.lblLabel1.Size = new System.Drawing.Size(65, 12);
  151. this.lblLabel1.TabIndex = 1;
  152. this.lblLabel1.Text = "画布宽(mm)";
  153. //
  154. // grpHB
  155. //
  156. this.grpHB.Controls.Add(this.btnHB_Show);
  157. this.grpHB.Controls.Add(this.chkFlipH);
  158. this.grpHB.Controls.Add(this.txtHB_H);
  159. this.grpHB.Controls.Add(this.txtHB_W);
  160. this.grpHB.Controls.Add(this.lblLabel2);
  161. this.grpHB.Controls.Add(this.lblLabel1);
  162. this.grpHB.Location = new System.Drawing.Point(12, 107);
  163. this.grpHB.Name = "grpHB";
  164. this.grpHB.Size = new System.Drawing.Size(266, 92);
  165. this.grpHB.TabIndex = 2;
  166. this.grpHB.TabStop = false;
  167. this.grpHB.Text = "画布";
  168. //
  169. // btnHB_Show
  170. //
  171. this.btnHB_Show.Location = new System.Drawing.Point(171, 54);
  172. this.btnHB_Show.Name = "btnHB_Show";
  173. this.btnHB_Show.Size = new System.Drawing.Size(75, 23);
  174. this.btnHB_Show.TabIndex = 28;
  175. this.btnHB_Show.Text = "预览";
  176. this.btnHB_Show.UseVisualStyleBackColor = true;
  177. this.btnHB_Show.Click += new System.EventHandler(this.btnHB_Show_Click);
  178. //
  179. // chkFlipH
  180. //
  181. this.chkFlipH.Checked = true;
  182. this.chkFlipH.CheckState = System.Windows.Forms.CheckState.Checked;
  183. this.chkFlipH.Location = new System.Drawing.Point(174, 25);
  184. this.chkFlipH.Name = "chkFlipH";
  185. this.chkFlipH.Size = new System.Drawing.Size(72, 16);
  186. this.chkFlipH.TabIndex = 14;
  187. this.chkFlipH.Text = "水平翻转";
  188. this.chkFlipH.UseVisualStyleBackColor = false;
  189. //
  190. // txtHB_H
  191. //
  192. this.txtHB_H.DecimalPlaces = 2;
  193. this.txtHB_H.Location = new System.Drawing.Point(87, 57);
  194. this.txtHB_H.Maximum = new decimal(new int[] {
  195. 100000,
  196. 0,
  197. 0,
  198. 0});
  199. this.txtHB_H.Name = "txtHB_H";
  200. this.txtHB_H.Size = new System.Drawing.Size(67, 21);
  201. this.txtHB_H.TabIndex = 13;
  202. this.txtHB_H.Value = new decimal(new int[] {
  203. 50,
  204. 0,
  205. 0,
  206. 0});
  207. //
  208. // txtHB_W
  209. //
  210. this.txtHB_W.DecimalPlaces = 2;
  211. this.txtHB_W.Location = new System.Drawing.Point(87, 23);
  212. this.txtHB_W.Maximum = new decimal(new int[] {
  213. 100000,
  214. 0,
  215. 0,
  216. 0});
  217. this.txtHB_W.Name = "txtHB_W";
  218. this.txtHB_W.Size = new System.Drawing.Size(67, 21);
  219. this.txtHB_W.TabIndex = 12;
  220. this.txtHB_W.Value = new decimal(new int[] {
  221. 50,
  222. 0,
  223. 0,
  224. 0});
  225. //
  226. // lblLabel2
  227. //
  228. this.lblLabel2.Location = new System.Drawing.Point(16, 59);
  229. this.lblLabel2.Name = "lblLabel2";
  230. this.lblLabel2.Size = new System.Drawing.Size(65, 12);
  231. this.lblLabel2.TabIndex = 2;
  232. this.lblLabel2.Text = "画布高(mm)";
  233. //
  234. // grpBC
  235. //
  236. this.grpBC.Controls.Add(this.grpBC_R);
  237. this.grpBC.Controls.Add(this.txtBC_EG);
  238. this.grpBC.Controls.Add(this.lblLabel10);
  239. this.grpBC.Controls.Add(this.cmbBC_Level);
  240. this.grpBC.Controls.Add(this.lblLabel9);
  241. this.grpBC.Controls.Add(this.cmbBC_Format);
  242. this.grpBC.Controls.Add(this.lblLabel8);
  243. this.grpBC.Controls.Add(this.cmbBC_Type);
  244. this.grpBC.Controls.Add(this.lblLabel7);
  245. this.grpBC.Location = new System.Drawing.Point(285, 207);
  246. this.grpBC.Name = "grpBC";
  247. this.grpBC.Size = new System.Drawing.Size(333, 153);
  248. this.grpBC.TabIndex = 15;
  249. this.grpBC.TabStop = false;
  250. this.grpBC.Text = "条码";
  251. //
  252. // grpBC_R
  253. //
  254. this.grpBC_R.Controls.Add(this.lblLabel5);
  255. this.grpBC_R.Controls.Add(this.lblLabel4);
  256. this.grpBC_R.Controls.Add(this.lblLabel3);
  257. this.grpBC_R.Controls.Add(this.txtBC_Y);
  258. this.grpBC_R.Controls.Add(this.txtBC_W);
  259. this.grpBC_R.Controls.Add(this.txtBC_X);
  260. this.grpBC_R.Controls.Add(this.lblLabel6);
  261. this.grpBC_R.Controls.Add(this.txtBC_H);
  262. this.grpBC_R.Location = new System.Drawing.Point(198, 10);
  263. this.grpBC_R.Name = "grpBC_R";
  264. this.grpBC_R.Size = new System.Drawing.Size(123, 133);
  265. this.grpBC_R.TabIndex = 16;
  266. this.grpBC_R.TabStop = false;
  267. this.grpBC_R.Text = "条码位置(mm)";
  268. //
  269. // lblLabel5
  270. //
  271. this.lblLabel5.Location = new System.Drawing.Point(19, 25);
  272. this.lblLabel5.Name = "lblLabel5";
  273. this.lblLabel5.Size = new System.Drawing.Size(11, 12);
  274. this.lblLabel5.TabIndex = 15;
  275. this.lblLabel5.Text = "X";
  276. //
  277. // lblLabel4
  278. //
  279. this.lblLabel4.Location = new System.Drawing.Point(19, 53);
  280. this.lblLabel4.Name = "lblLabel4";
  281. this.lblLabel4.Size = new System.Drawing.Size(11, 12);
  282. this.lblLabel4.TabIndex = 1;
  283. this.lblLabel4.Text = "Y";
  284. //
  285. // lblLabel3
  286. //
  287. this.lblLabel3.Location = new System.Drawing.Point(19, 80);
  288. this.lblLabel3.Name = "lblLabel3";
  289. this.lblLabel3.Size = new System.Drawing.Size(11, 12);
  290. this.lblLabel3.TabIndex = 2;
  291. this.lblLabel3.Text = "W";
  292. //
  293. // txtBC_Y
  294. //
  295. this.txtBC_Y.DecimalPlaces = 2;
  296. this.txtBC_Y.Location = new System.Drawing.Point(36, 48);
  297. this.txtBC_Y.Maximum = new decimal(new int[] {
  298. 100000,
  299. 0,
  300. 0,
  301. 0});
  302. this.txtBC_Y.Name = "txtBC_Y";
  303. this.txtBC_Y.Size = new System.Drawing.Size(67, 21);
  304. this.txtBC_Y.TabIndex = 12;
  305. //
  306. // txtBC_W
  307. //
  308. this.txtBC_W.DecimalPlaces = 2;
  309. this.txtBC_W.Location = new System.Drawing.Point(36, 75);
  310. this.txtBC_W.Maximum = new decimal(new int[] {
  311. 100000,
  312. 0,
  313. 0,
  314. 0});
  315. this.txtBC_W.Name = "txtBC_W";
  316. this.txtBC_W.Size = new System.Drawing.Size(67, 21);
  317. this.txtBC_W.TabIndex = 13;
  318. this.txtBC_W.Value = new decimal(new int[] {
  319. 50,
  320. 0,
  321. 0,
  322. 0});
  323. //
  324. // txtBC_X
  325. //
  326. this.txtBC_X.DecimalPlaces = 2;
  327. this.txtBC_X.Location = new System.Drawing.Point(36, 20);
  328. this.txtBC_X.Maximum = new decimal(new int[] {
  329. 100000,
  330. 0,
  331. 0,
  332. 0});
  333. this.txtBC_X.Name = "txtBC_X";
  334. this.txtBC_X.Size = new System.Drawing.Size(67, 21);
  335. this.txtBC_X.TabIndex = 16;
  336. //
  337. // lblLabel6
  338. //
  339. this.lblLabel6.Location = new System.Drawing.Point(19, 107);
  340. this.lblLabel6.Name = "lblLabel6";
  341. this.lblLabel6.Size = new System.Drawing.Size(11, 12);
  342. this.lblLabel6.TabIndex = 17;
  343. this.lblLabel6.Text = "H";
  344. //
  345. // txtBC_H
  346. //
  347. this.txtBC_H.DecimalPlaces = 2;
  348. this.txtBC_H.Location = new System.Drawing.Point(36, 102);
  349. this.txtBC_H.Maximum = new decimal(new int[] {
  350. 100000,
  351. 0,
  352. 0,
  353. 0});
  354. this.txtBC_H.Name = "txtBC_H";
  355. this.txtBC_H.Size = new System.Drawing.Size(67, 21);
  356. this.txtBC_H.TabIndex = 18;
  357. this.txtBC_H.Value = new decimal(new int[] {
  358. 50,
  359. 0,
  360. 0,
  361. 0});
  362. //
  363. // txtBC_EG
  364. //
  365. this.txtBC_EG.Location = new System.Drawing.Point(72, 102);
  366. this.txtBC_EG.Name = "txtBC_EG";
  367. this.txtBC_EG.Size = new System.Drawing.Size(120, 21);
  368. this.txtBC_EG.TabIndex = 25;
  369. this.txtBC_EG.Visible = false;
  370. //
  371. // lblLabel10
  372. //
  373. this.lblLabel10.Location = new System.Drawing.Point(23, 105);
  374. this.lblLabel10.Name = "lblLabel10";
  375. this.lblLabel10.Size = new System.Drawing.Size(29, 12);
  376. this.lblLabel10.TabIndex = 24;
  377. this.lblLabel10.Text = "示例";
  378. this.lblLabel10.Visible = false;
  379. //
  380. // cmbBC_Level
  381. //
  382. this.cmbBC_Level.FormattingEnabled = true;
  383. this.cmbBC_Level.Items.AddRange(new object[] {
  384. "H",
  385. "Q",
  386. "M",
  387. "L"});
  388. this.cmbBC_Level.Location = new System.Drawing.Point(72, 76);
  389. this.cmbBC_Level.Name = "cmbBC_Level";
  390. this.cmbBC_Level.Size = new System.Drawing.Size(120, 20);
  391. this.cmbBC_Level.TabIndex = 23;
  392. this.cmbBC_Level.Text = "Q";
  393. //
  394. // lblLabel9
  395. //
  396. this.lblLabel9.Location = new System.Drawing.Point(13, 79);
  397. this.lblLabel9.Name = "lblLabel9";
  398. this.lblLabel9.Size = new System.Drawing.Size(41, 12);
  399. this.lblLabel9.TabIndex = 22;
  400. this.lblLabel9.Text = "容错率";
  401. //
  402. // cmbBC_Format
  403. //
  404. this.cmbBC_Format.FormattingEnabled = true;
  405. this.cmbBC_Format.Items.AddRange(new object[] {
  406. "CODE_128",
  407. "EAN_13",
  408. "EAN_8",
  409. "CODABAR",
  410. "CODE_39",
  411. "CODE_93",
  412. "ITF",
  413. "MSI",
  414. "PLESSEY",
  415. "UPC_E"});
  416. this.cmbBC_Format.Location = new System.Drawing.Point(72, 50);
  417. this.cmbBC_Format.Name = "cmbBC_Format";
  418. this.cmbBC_Format.Size = new System.Drawing.Size(120, 20);
  419. this.cmbBC_Format.TabIndex = 21;
  420. this.cmbBC_Format.Text = "CODE_128";
  421. //
  422. // lblLabel8
  423. //
  424. this.lblLabel8.Location = new System.Drawing.Point(13, 53);
  425. this.lblLabel8.Name = "lblLabel8";
  426. this.lblLabel8.Size = new System.Drawing.Size(53, 12);
  427. this.lblLabel8.TabIndex = 20;
  428. this.lblLabel8.Text = "条码格式";
  429. //
  430. // cmbBC_Type
  431. //
  432. this.cmbBC_Type.FormattingEnabled = true;
  433. this.cmbBC_Type.Items.AddRange(new object[] {
  434. "一维码",
  435. "二维码"});
  436. this.cmbBC_Type.Location = new System.Drawing.Point(72, 20);
  437. this.cmbBC_Type.Name = "cmbBC_Type";
  438. this.cmbBC_Type.Size = new System.Drawing.Size(120, 20);
  439. this.cmbBC_Type.TabIndex = 19;
  440. this.cmbBC_Type.Text = "一维码";
  441. //
  442. // lblLabel7
  443. //
  444. this.lblLabel7.Location = new System.Drawing.Point(13, 23);
  445. this.lblLabel7.Name = "lblLabel7";
  446. this.lblLabel7.Size = new System.Drawing.Size(53, 12);
  447. this.lblLabel7.TabIndex = 15;
  448. this.lblLabel7.Text = "条码类型";
  449. //
  450. // grpTXT1
  451. //
  452. this.grpTXT1.Controls.Add(this.btnTXTOK);
  453. this.grpTXT1.Controls.Add(this.chkTXTIsShow);
  454. this.grpTXT1.Controls.Add(this.lblLabel23);
  455. this.grpTXT1.Controls.Add(this.txtTXTName);
  456. this.grpTXT1.Controls.Add(this.cmbTXT1_Angle);
  457. this.grpTXT1.Controls.Add(this.lisTXTS);
  458. this.grpTXT1.Controls.Add(this.lblLabel17);
  459. this.grpTXT1.Controls.Add(this.cmbTXT1_AV);
  460. this.grpTXT1.Controls.Add(this.lblLabel16);
  461. this.grpTXT1.Controls.Add(this.chkTXT1_Clip);
  462. this.grpTXT1.Controls.Add(this.chkTXT1_Wrap);
  463. this.grpTXT1.Controls.Add(this.btnTXT1_Font);
  464. this.grpTXT1.Controls.Add(this.grpTXT1_R);
  465. this.grpTXT1.Controls.Add(this.txtTXT1_EG);
  466. this.grpTXT1.Controls.Add(this.lblLabel15);
  467. this.grpTXT1.Controls.Add(this.cmbTXT1_AH);
  468. this.grpTXT1.Controls.Add(this.lblLabel18);
  469. this.grpTXT1.Location = new System.Drawing.Point(12, 366);
  470. this.grpTXT1.Name = "grpTXT1";
  471. this.grpTXT1.Size = new System.Drawing.Size(606, 224);
  472. this.grpTXT1.TabIndex = 26;
  473. this.grpTXT1.TabStop = false;
  474. this.grpTXT1.Text = "文本";
  475. //
  476. // btnTXTOK
  477. //
  478. this.btnTXTOK.Location = new System.Drawing.Point(264, 190);
  479. this.btnTXTOK.Name = "btnTXTOK";
  480. this.btnTXTOK.Size = new System.Drawing.Size(75, 23);
  481. this.btnTXTOK.TabIndex = 36;
  482. this.btnTXTOK.Text = "保存设置";
  483. this.btnTXTOK.UseVisualStyleBackColor = true;
  484. this.btnTXTOK.Click += new System.EventHandler(this.btnTXTOK_Click);
  485. //
  486. // chkTXTIsShow
  487. //
  488. this.chkTXTIsShow.Checked = true;
  489. this.chkTXTIsShow.CheckState = System.Windows.Forms.CheckState.Checked;
  490. this.chkTXTIsShow.Location = new System.Drawing.Point(522, 197);
  491. this.chkTXTIsShow.Name = "chkTXTIsShow";
  492. this.chkTXTIsShow.Size = new System.Drawing.Size(72, 16);
  493. this.chkTXTIsShow.TabIndex = 35;
  494. this.chkTXTIsShow.Text = "是否显示";
  495. this.chkTXTIsShow.UseVisualStyleBackColor = false;
  496. //
  497. // lblLabel23
  498. //
  499. this.lblLabel23.Location = new System.Drawing.Point(286, 24);
  500. this.lblLabel23.Name = "lblLabel23";
  501. this.lblLabel23.Size = new System.Drawing.Size(53, 12);
  502. this.lblLabel23.TabIndex = 34;
  503. this.lblLabel23.Text = "位置名称";
  504. //
  505. // txtTXTName
  506. //
  507. this.txtTXTName.Location = new System.Drawing.Point(345, 20);
  508. this.txtTXTName.Name = "txtTXTName";
  509. this.txtTXTName.Size = new System.Drawing.Size(120, 21);
  510. this.txtTXTName.TabIndex = 26;
  511. //
  512. // cmbTXT1_Angle
  513. //
  514. this.cmbTXT1_Angle.FormattingEnabled = true;
  515. this.cmbTXT1_Angle.Items.AddRange(new object[] {
  516. "0",
  517. "90",
  518. "180",
  519. "270"});
  520. this.cmbTXT1_Angle.Location = new System.Drawing.Point(345, 101);
  521. this.cmbTXT1_Angle.Name = "cmbTXT1_Angle";
  522. this.cmbTXT1_Angle.Size = new System.Drawing.Size(120, 20);
  523. this.cmbTXT1_Angle.TabIndex = 31;
  524. this.cmbTXT1_Angle.Text = "0";
  525. //
  526. // lisTXTS
  527. //
  528. this.lisTXTS.DisplayMember = "Name";
  529. this.lisTXTS.HorizontalScrollbar = true;
  530. this.lisTXTS.ItemHeight = 12;
  531. this.lisTXTS.Location = new System.Drawing.Point(6, 20);
  532. this.lisTXTS.Name = "lisTXTS";
  533. this.lisTXTS.Size = new System.Drawing.Size(249, 196);
  534. this.lisTXTS.TabIndex = 33;
  535. this.lisTXTS.SelectedIndexChanged += new System.EventHandler(this.lisTXTS_SelectedIndexChanged);
  536. //
  537. // lblLabel17
  538. //
  539. this.lblLabel17.Location = new System.Drawing.Point(286, 105);
  540. this.lblLabel17.Name = "lblLabel17";
  541. this.lblLabel17.Size = new System.Drawing.Size(53, 12);
  542. this.lblLabel17.TabIndex = 30;
  543. this.lblLabel17.Text = "旋转角度";
  544. //
  545. // cmbTXT1_AV
  546. //
  547. this.cmbTXT1_AV.FormattingEnabled = true;
  548. this.cmbTXT1_AV.Items.AddRange(new object[] {
  549. "顶端",
  550. "居中",
  551. "底端"});
  552. this.cmbTXT1_AV.Location = new System.Drawing.Point(345, 75);
  553. this.cmbTXT1_AV.Name = "cmbTXT1_AV";
  554. this.cmbTXT1_AV.Size = new System.Drawing.Size(120, 20);
  555. this.cmbTXT1_AV.TabIndex = 29;
  556. this.cmbTXT1_AV.Text = "居中";
  557. //
  558. // lblLabel16
  559. //
  560. this.lblLabel16.Location = new System.Drawing.Point(286, 79);
  561. this.lblLabel16.Name = "lblLabel16";
  562. this.lblLabel16.Size = new System.Drawing.Size(53, 12);
  563. this.lblLabel16.TabIndex = 28;
  564. this.lblLabel16.Text = "垂直对齐";
  565. //
  566. // chkTXT1_Clip
  567. //
  568. this.chkTXT1_Clip.Checked = true;
  569. this.chkTXT1_Clip.CheckState = System.Windows.Forms.CheckState.Checked;
  570. this.chkTXT1_Clip.Location = new System.Drawing.Point(288, 133);
  571. this.chkTXT1_Clip.Name = "chkTXT1_Clip";
  572. this.chkTXT1_Clip.Size = new System.Drawing.Size(72, 16);
  573. this.chkTXT1_Clip.TabIndex = 27;
  574. this.chkTXT1_Clip.Text = "超出截断";
  575. this.chkTXT1_Clip.UseVisualStyleBackColor = false;
  576. //
  577. // chkTXT1_Wrap
  578. //
  579. this.chkTXT1_Wrap.Checked = true;
  580. this.chkTXT1_Wrap.CheckState = System.Windows.Forms.CheckState.Checked;
  581. this.chkTXT1_Wrap.Location = new System.Drawing.Point(393, 133);
  582. this.chkTXT1_Wrap.Name = "chkTXT1_Wrap";
  583. this.chkTXT1_Wrap.Size = new System.Drawing.Size(72, 16);
  584. this.chkTXT1_Wrap.TabIndex = 27;
  585. this.chkTXT1_Wrap.Text = "自动换行";
  586. this.chkTXT1_Wrap.UseVisualStyleBackColor = false;
  587. //
  588. // btnTXT1_Font
  589. //
  590. this.btnTXT1_Font.Location = new System.Drawing.Point(519, 155);
  591. this.btnTXT1_Font.Name = "btnTXT1_Font";
  592. this.btnTXT1_Font.Size = new System.Drawing.Size(75, 23);
  593. this.btnTXT1_Font.TabIndex = 26;
  594. this.btnTXT1_Font.Text = "字体...";
  595. this.btnTXT1_Font.UseVisualStyleBackColor = true;
  596. this.btnTXT1_Font.Click += new System.EventHandler(this.btnTXT_Font_Click);
  597. //
  598. // grpTXT1_R
  599. //
  600. this.grpTXT1_R.Controls.Add(this.lblLabel11);
  601. this.grpTXT1_R.Controls.Add(this.lblLabel12);
  602. this.grpTXT1_R.Controls.Add(this.lblLabel13);
  603. this.grpTXT1_R.Controls.Add(this.txtTXT1_Y);
  604. this.grpTXT1_R.Controls.Add(this.txtTXT1_W);
  605. this.grpTXT1_R.Controls.Add(this.txtTXT1_X);
  606. this.grpTXT1_R.Controls.Add(this.lblLabel14);
  607. this.grpTXT1_R.Controls.Add(this.txtTXT1_H);
  608. this.grpTXT1_R.Location = new System.Drawing.Point(471, 17);
  609. this.grpTXT1_R.Name = "grpTXT1_R";
  610. this.grpTXT1_R.Size = new System.Drawing.Size(123, 132);
  611. this.grpTXT1_R.TabIndex = 16;
  612. this.grpTXT1_R.TabStop = false;
  613. this.grpTXT1_R.Text = "文本位置(mm)";
  614. //
  615. // lblLabel11
  616. //
  617. this.lblLabel11.Location = new System.Drawing.Point(15, 26);
  618. this.lblLabel11.Name = "lblLabel11";
  619. this.lblLabel11.Size = new System.Drawing.Size(11, 12);
  620. this.lblLabel11.TabIndex = 15;
  621. this.lblLabel11.Text = "X";
  622. //
  623. // lblLabel12
  624. //
  625. this.lblLabel12.Location = new System.Drawing.Point(15, 53);
  626. this.lblLabel12.Name = "lblLabel12";
  627. this.lblLabel12.Size = new System.Drawing.Size(11, 12);
  628. this.lblLabel12.TabIndex = 1;
  629. this.lblLabel12.Text = "Y";
  630. //
  631. // lblLabel13
  632. //
  633. this.lblLabel13.Location = new System.Drawing.Point(15, 80);
  634. this.lblLabel13.Name = "lblLabel13";
  635. this.lblLabel13.Size = new System.Drawing.Size(11, 12);
  636. this.lblLabel13.TabIndex = 2;
  637. this.lblLabel13.Text = "W";
  638. //
  639. // txtTXT1_Y
  640. //
  641. this.txtTXT1_Y.DecimalPlaces = 2;
  642. this.txtTXT1_Y.Location = new System.Drawing.Point(36, 47);
  643. this.txtTXT1_Y.Maximum = new decimal(new int[] {
  644. 100000,
  645. 0,
  646. 0,
  647. 0});
  648. this.txtTXT1_Y.Name = "txtTXT1_Y";
  649. this.txtTXT1_Y.Size = new System.Drawing.Size(67, 21);
  650. this.txtTXT1_Y.TabIndex = 12;
  651. //
  652. // txtTXT1_W
  653. //
  654. this.txtTXT1_W.DecimalPlaces = 2;
  655. this.txtTXT1_W.Location = new System.Drawing.Point(36, 74);
  656. this.txtTXT1_W.Maximum = new decimal(new int[] {
  657. 100000,
  658. 0,
  659. 0,
  660. 0});
  661. this.txtTXT1_W.Name = "txtTXT1_W";
  662. this.txtTXT1_W.Size = new System.Drawing.Size(67, 21);
  663. this.txtTXT1_W.TabIndex = 13;
  664. this.txtTXT1_W.Value = new decimal(new int[] {
  665. 50,
  666. 0,
  667. 0,
  668. 0});
  669. //
  670. // txtTXT1_X
  671. //
  672. this.txtTXT1_X.DecimalPlaces = 2;
  673. this.txtTXT1_X.Location = new System.Drawing.Point(36, 20);
  674. this.txtTXT1_X.Maximum = new decimal(new int[] {
  675. 100000,
  676. 0,
  677. 0,
  678. 0});
  679. this.txtTXT1_X.Name = "txtTXT1_X";
  680. this.txtTXT1_X.Size = new System.Drawing.Size(67, 21);
  681. this.txtTXT1_X.TabIndex = 16;
  682. //
  683. // lblLabel14
  684. //
  685. this.lblLabel14.Location = new System.Drawing.Point(15, 107);
  686. this.lblLabel14.Name = "lblLabel14";
  687. this.lblLabel14.Size = new System.Drawing.Size(11, 12);
  688. this.lblLabel14.TabIndex = 17;
  689. this.lblLabel14.Text = "H";
  690. //
  691. // txtTXT1_H
  692. //
  693. this.txtTXT1_H.DecimalPlaces = 2;
  694. this.txtTXT1_H.Location = new System.Drawing.Point(36, 101);
  695. this.txtTXT1_H.Maximum = new decimal(new int[] {
  696. 100000,
  697. 0,
  698. 0,
  699. 0});
  700. this.txtTXT1_H.Name = "txtTXT1_H";
  701. this.txtTXT1_H.Size = new System.Drawing.Size(67, 21);
  702. this.txtTXT1_H.TabIndex = 18;
  703. this.txtTXT1_H.Value = new decimal(new int[] {
  704. 50,
  705. 0,
  706. 0,
  707. 0});
  708. //
  709. // txtTXT1_EG
  710. //
  711. this.txtTXT1_EG.Location = new System.Drawing.Point(345, 155);
  712. this.txtTXT1_EG.Multiline = true;
  713. this.txtTXT1_EG.Name = "txtTXT1_EG";
  714. this.txtTXT1_EG.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  715. this.txtTXT1_EG.Size = new System.Drawing.Size(171, 59);
  716. this.txtTXT1_EG.TabIndex = 25;
  717. //
  718. // lblLabel15
  719. //
  720. this.lblLabel15.Location = new System.Drawing.Point(286, 160);
  721. this.lblLabel15.Name = "lblLabel15";
  722. this.lblLabel15.Size = new System.Drawing.Size(53, 12);
  723. this.lblLabel15.TabIndex = 24;
  724. this.lblLabel15.Text = "文本模板";
  725. //
  726. // cmbTXT1_AH
  727. //
  728. this.cmbTXT1_AH.FormattingEnabled = true;
  729. this.cmbTXT1_AH.Items.AddRange(new object[] {
  730. "居左",
  731. "居中",
  732. "居右"});
  733. this.cmbTXT1_AH.Location = new System.Drawing.Point(345, 49);
  734. this.cmbTXT1_AH.Name = "cmbTXT1_AH";
  735. this.cmbTXT1_AH.Size = new System.Drawing.Size(120, 20);
  736. this.cmbTXT1_AH.TabIndex = 19;
  737. this.cmbTXT1_AH.Text = "居中";
  738. //
  739. // lblLabel18
  740. //
  741. this.lblLabel18.Location = new System.Drawing.Point(286, 53);
  742. this.lblLabel18.Name = "lblLabel18";
  743. this.lblLabel18.Size = new System.Drawing.Size(53, 12);
  744. this.lblLabel18.TabIndex = 15;
  745. this.lblLabel18.Text = "水平对齐";
  746. //
  747. // grpPage
  748. //
  749. this.grpPage.Controls.Add(this.txtDpiY);
  750. this.grpPage.Controls.Add(this.txtDpiX);
  751. this.grpPage.Controls.Add(this.label10);
  752. this.grpPage.Controls.Add(this.label11);
  753. this.grpPage.Controls.Add(this.chkShowGrid);
  754. this.grpPage.Controls.Add(this.btnPage_Show);
  755. this.grpPage.Controls.Add(this.txtPageColNum);
  756. this.grpPage.Controls.Add(this.txtPageRowNum);
  757. this.grpPage.Controls.Add(this.lblLabel22);
  758. this.grpPage.Controls.Add(this.txtPageH);
  759. this.grpPage.Controls.Add(this.lblLabel21);
  760. this.grpPage.Controls.Add(this.txtPageW);
  761. this.grpPage.Controls.Add(this.lblLabel19);
  762. this.grpPage.Controls.Add(this.lblLabel20);
  763. this.grpPage.Location = new System.Drawing.Point(13, 205);
  764. this.grpPage.Name = "grpPage";
  765. this.grpPage.Size = new System.Drawing.Size(266, 155);
  766. this.grpPage.TabIndex = 29;
  767. this.grpPage.TabStop = false;
  768. this.grpPage.Text = "纸张";
  769. //
  770. // txtDpiY
  771. //
  772. this.txtDpiY.Location = new System.Drawing.Point(195, 121);
  773. this.txtDpiY.Maximum = new decimal(new int[] {
  774. 100000,
  775. 0,
  776. 0,
  777. 0});
  778. this.txtDpiY.Minimum = new decimal(new int[] {
  779. 1,
  780. 0,
  781. 0,
  782. 0});
  783. this.txtDpiY.Name = "txtDpiY";
  784. this.txtDpiY.Size = new System.Drawing.Size(51, 21);
  785. this.txtDpiY.TabIndex = 32;
  786. this.txtDpiY.Value = new decimal(new int[] {
  787. 96,
  788. 0,
  789. 0,
  790. 0});
  791. //
  792. // txtDpiX
  793. //
  794. this.txtDpiX.Location = new System.Drawing.Point(103, 121);
  795. this.txtDpiX.Maximum = new decimal(new int[] {
  796. 100000,
  797. 0,
  798. 0,
  799. 0});
  800. this.txtDpiX.Minimum = new decimal(new int[] {
  801. 1,
  802. 0,
  803. 0,
  804. 0});
  805. this.txtDpiX.Name = "txtDpiX";
  806. this.txtDpiX.Size = new System.Drawing.Size(51, 21);
  807. this.txtDpiX.TabIndex = 33;
  808. this.txtDpiX.Value = new decimal(new int[] {
  809. 96,
  810. 0,
  811. 0,
  812. 0});
  813. //
  814. // label10
  815. //
  816. this.label10.AutoSize = true;
  817. this.label10.Location = new System.Drawing.Point(20, 125);
  818. this.label10.Name = "label10";
  819. this.label10.Size = new System.Drawing.Size(77, 12);
  820. this.label10.TabIndex = 30;
  821. this.label10.Text = "打印机分辨率";
  822. //
  823. // label11
  824. //
  825. this.label11.AutoSize = true;
  826. this.label11.Location = new System.Drawing.Point(169, 125);
  827. this.label11.Name = "label11";
  828. this.label11.Size = new System.Drawing.Size(11, 12);
  829. this.label11.TabIndex = 31;
  830. this.label11.Text = "X";
  831. //
  832. // chkShowGrid
  833. //
  834. this.chkShowGrid.Checked = true;
  835. this.chkShowGrid.CheckState = System.Windows.Forms.CheckState.Checked;
  836. this.chkShowGrid.Location = new System.Drawing.Point(171, 21);
  837. this.chkShowGrid.Name = "chkShowGrid";
  838. this.chkShowGrid.Size = new System.Drawing.Size(72, 16);
  839. this.chkShowGrid.TabIndex = 29;
  840. this.chkShowGrid.Text = "打印网格";
  841. this.chkShowGrid.UseVisualStyleBackColor = false;
  842. //
  843. // btnPage_Show
  844. //
  845. this.btnPage_Show.Location = new System.Drawing.Point(171, 51);
  846. this.btnPage_Show.Name = "btnPage_Show";
  847. this.btnPage_Show.Size = new System.Drawing.Size(75, 23);
  848. this.btnPage_Show.TabIndex = 28;
  849. this.btnPage_Show.Text = "预览";
  850. this.btnPage_Show.UseVisualStyleBackColor = true;
  851. this.btnPage_Show.Click += new System.EventHandler(this.btnPage_Show_Click);
  852. //
  853. // txtPageColNum
  854. //
  855. this.txtPageColNum.Location = new System.Drawing.Point(195, 88);
  856. this.txtPageColNum.Maximum = new decimal(new int[] {
  857. 100000,
  858. 0,
  859. 0,
  860. 0});
  861. this.txtPageColNum.Minimum = new decimal(new int[] {
  862. 1,
  863. 0,
  864. 0,
  865. 0});
  866. this.txtPageColNum.Name = "txtPageColNum";
  867. this.txtPageColNum.Size = new System.Drawing.Size(51, 21);
  868. this.txtPageColNum.TabIndex = 13;
  869. this.txtPageColNum.Value = new decimal(new int[] {
  870. 1,
  871. 0,
  872. 0,
  873. 0});
  874. //
  875. // txtPageRowNum
  876. //
  877. this.txtPageRowNum.Location = new System.Drawing.Point(103, 88);
  878. this.txtPageRowNum.Maximum = new decimal(new int[] {
  879. 100000,
  880. 0,
  881. 0,
  882. 0});
  883. this.txtPageRowNum.Minimum = new decimal(new int[] {
  884. 1,
  885. 0,
  886. 0,
  887. 0});
  888. this.txtPageRowNum.Name = "txtPageRowNum";
  889. this.txtPageRowNum.Size = new System.Drawing.Size(51, 21);
  890. this.txtPageRowNum.TabIndex = 13;
  891. this.txtPageRowNum.Value = new decimal(new int[] {
  892. 1,
  893. 0,
  894. 0,
  895. 0});
  896. //
  897. // lblLabel22
  898. //
  899. this.lblLabel22.Location = new System.Drawing.Point(162, 92);
  900. this.lblLabel22.Name = "lblLabel22";
  901. this.lblLabel22.Size = new System.Drawing.Size(29, 12);
  902. this.lblLabel22.TabIndex = 2;
  903. this.lblLabel22.Text = "列数";
  904. //
  905. // txtPageH
  906. //
  907. this.txtPageH.DecimalPlaces = 2;
  908. this.txtPageH.Location = new System.Drawing.Point(87, 54);
  909. this.txtPageH.Maximum = new decimal(new int[] {
  910. 100000,
  911. 0,
  912. 0,
  913. 0});
  914. this.txtPageH.Name = "txtPageH";
  915. this.txtPageH.Size = new System.Drawing.Size(67, 21);
  916. this.txtPageH.TabIndex = 13;
  917. this.txtPageH.Value = new decimal(new int[] {
  918. 279,
  919. 0,
  920. 0,
  921. 0});
  922. //
  923. // lblLabel21
  924. //
  925. this.lblLabel21.Location = new System.Drawing.Point(68, 92);
  926. this.lblLabel21.Name = "lblLabel21";
  927. this.lblLabel21.Size = new System.Drawing.Size(29, 12);
  928. this.lblLabel21.TabIndex = 2;
  929. this.lblLabel21.Text = "行数";
  930. //
  931. // txtPageW
  932. //
  933. this.txtPageW.DecimalPlaces = 2;
  934. this.txtPageW.Location = new System.Drawing.Point(87, 20);
  935. this.txtPageW.Maximum = new decimal(new int[] {
  936. 100000,
  937. 0,
  938. 0,
  939. 0});
  940. this.txtPageW.Name = "txtPageW";
  941. this.txtPageW.Size = new System.Drawing.Size(67, 21);
  942. this.txtPageW.TabIndex = 12;
  943. this.txtPageW.Value = new decimal(new int[] {
  944. 210,
  945. 0,
  946. 0,
  947. 0});
  948. //
  949. // lblLabel19
  950. //
  951. this.lblLabel19.Location = new System.Drawing.Point(16, 56);
  952. this.lblLabel19.Name = "lblLabel19";
  953. this.lblLabel19.Size = new System.Drawing.Size(65, 12);
  954. this.lblLabel19.TabIndex = 2;
  955. this.lblLabel19.Text = "纸张高(mm)";
  956. //
  957. // lblLabel20
  958. //
  959. this.lblLabel20.Location = new System.Drawing.Point(16, 22);
  960. this.lblLabel20.Name = "lblLabel20";
  961. this.lblLabel20.Size = new System.Drawing.Size(65, 12);
  962. this.lblLabel20.TabIndex = 1;
  963. this.lblLabel20.Text = "纸张宽(mm)";
  964. //
  965. // picHB
  966. //
  967. this.picHB.AutoScroll = true;
  968. this.picHB.BackColor = System.Drawing.Color.Gray;
  969. this.picHB.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  970. this.picHB.Location = new System.Drawing.Point(284, 39);
  971. this.picHB.Name = "picHB";
  972. this.picHB.Padding = new System.Windows.Forms.Padding(10);
  973. this.picHB.Size = new System.Drawing.Size(333, 162);
  974. this.picHB.TabIndex = 30;
  975. //
  976. // picPage
  977. //
  978. this.picPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  979. | System.Windows.Forms.AnchorStyles.Left)
  980. | System.Windows.Forms.AnchorStyles.Right)));
  981. this.picPage.AutoScroll = true;
  982. this.picPage.BackColor = System.Drawing.Color.Gray;
  983. this.picPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  984. this.picPage.Location = new System.Drawing.Point(623, 12);
  985. this.picPage.Name = "picPage";
  986. this.picPage.Padding = new System.Windows.Forms.Padding(10);
  987. this.picPage.Size = new System.Drawing.Size(385, 730);
  988. this.picPage.TabIndex = 31;
  989. //
  990. // btnOut
  991. //
  992. this.btnOut.Location = new System.Drawing.Point(85, 5);
  993. this.btnOut.Name = "btnOut";
  994. this.btnOut.Size = new System.Drawing.Size(75, 23);
  995. this.btnOut.TabIndex = 32;
  996. this.btnOut.Text = "导出";
  997. this.btnOut.UseVisualStyleBackColor = true;
  998. this.btnOut.Click += new System.EventHandler(this.btnOut_Click);
  999. //
  1000. // btnIn
  1001. //
  1002. this.btnIn.Location = new System.Drawing.Point(85, 34);
  1003. this.btnIn.Name = "btnIn";
  1004. this.btnIn.Size = new System.Drawing.Size(75, 23);
  1005. this.btnIn.TabIndex = 32;
  1006. this.btnIn.Text = "导入";
  1007. this.btnIn.UseVisualStyleBackColor = true;
  1008. this.btnIn.Click += new System.EventHandler(this.btnIn_Click);
  1009. //
  1010. // txtJsonData
  1011. //
  1012. this.txtJsonData.Location = new System.Drawing.Point(166, 2);
  1013. this.txtJsonData.MaxLength = 0;
  1014. this.txtJsonData.Multiline = true;
  1015. this.txtJsonData.Name = "txtJsonData";
  1016. this.txtJsonData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  1017. this.txtJsonData.Size = new System.Drawing.Size(437, 55);
  1018. this.txtJsonData.TabIndex = 32;
  1019. //
  1020. // btnSave
  1021. //
  1022. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1023. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  1024. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  1025. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1026. this.btnSave.ForeColor = System.Drawing.Color.White;
  1027. this.btnSave.Location = new System.Drawing.Point(831, 748);
  1028. this.btnSave.Name = "btnSave";
  1029. this.btnSave.Size = new System.Drawing.Size(85, 33);
  1030. this.btnSave.TabIndex = 33;
  1031. this.btnSave.Text = "保存";
  1032. this.btnSave.UseVisualStyleBackColor = false;
  1033. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  1034. //
  1035. // btnCancel
  1036. //
  1037. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1038. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  1039. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  1040. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  1041. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1042. this.btnCancel.ForeColor = System.Drawing.Color.White;
  1043. this.btnCancel.Location = new System.Drawing.Point(923, 749);
  1044. this.btnCancel.Name = "btnCancel";
  1045. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  1046. this.btnCancel.TabIndex = 34;
  1047. this.btnCancel.Text = "关闭";
  1048. this.btnCancel.UseVisualStyleBackColor = false;
  1049. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  1050. //
  1051. // lblLabel24
  1052. //
  1053. this.lblLabel24.Location = new System.Drawing.Point(11, 16);
  1054. this.lblLabel24.Name = "lblLabel24";
  1055. this.lblLabel24.Size = new System.Drawing.Size(53, 12);
  1056. this.lblLabel24.TabIndex = 37;
  1057. this.lblLabel24.Text = "模板名称";
  1058. //
  1059. // txtLayoutName
  1060. //
  1061. this.txtLayoutName.Location = new System.Drawing.Point(70, 12);
  1062. this.txtLayoutName.Name = "txtLayoutName";
  1063. this.txtLayoutName.Size = new System.Drawing.Size(208, 21);
  1064. this.txtLayoutName.TabIndex = 36;
  1065. //
  1066. // lblLabel26
  1067. //
  1068. this.lblLabel26.Location = new System.Drawing.Point(33, 42);
  1069. this.lblLabel26.Name = "lblLabel26";
  1070. this.lblLabel26.Size = new System.Drawing.Size(29, 12);
  1071. this.lblLabel26.TabIndex = 41;
  1072. this.lblLabel26.Text = "备注";
  1073. //
  1074. // txtRemarks
  1075. //
  1076. this.txtRemarks.Location = new System.Drawing.Point(70, 39);
  1077. this.txtRemarks.Multiline = true;
  1078. this.txtRemarks.Name = "txtRemarks";
  1079. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  1080. this.txtRemarks.Size = new System.Drawing.Size(208, 62);
  1081. this.txtRemarks.TabIndex = 40;
  1082. //
  1083. // chkValueFlag
  1084. //
  1085. this.chkValueFlag.Checked = true;
  1086. this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  1087. this.chkValueFlag.Location = new System.Drawing.Point(430, 14);
  1088. this.chkValueFlag.Name = "chkValueFlag";
  1089. this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
  1090. this.chkValueFlag.TabIndex = 36;
  1091. this.chkValueFlag.Text = "有效标识";
  1092. this.chkValueFlag.UseVisualStyleBackColor = false;
  1093. //
  1094. // lblLabel25
  1095. //
  1096. this.lblLabel25.Location = new System.Drawing.Point(284, 16);
  1097. this.lblLabel25.Name = "lblLabel25";
  1098. this.lblLabel25.Size = new System.Drawing.Size(53, 12);
  1099. this.lblLabel25.TabIndex = 42;
  1100. this.lblLabel25.Text = "显示顺序";
  1101. //
  1102. // numDisplayNo
  1103. //
  1104. this.numDisplayNo.Location = new System.Drawing.Point(342, 12);
  1105. this.numDisplayNo.Maximum = new decimal(new int[] {
  1106. 100000,
  1107. 0,
  1108. 0,
  1109. 0});
  1110. this.numDisplayNo.Minimum = new decimal(new int[] {
  1111. 1,
  1112. 0,
  1113. 0,
  1114. 0});
  1115. this.numDisplayNo.Name = "numDisplayNo";
  1116. this.numDisplayNo.Size = new System.Drawing.Size(82, 21);
  1117. this.numDisplayNo.TabIndex = 29;
  1118. this.numDisplayNo.Value = new decimal(new int[] {
  1119. 1,
  1120. 0,
  1121. 0,
  1122. 0});
  1123. //
  1124. // btnPrint
  1125. //
  1126. this.btnPrint.Location = new System.Drawing.Point(3, 5);
  1127. this.btnPrint.Name = "btnPrint";
  1128. this.btnPrint.Size = new System.Drawing.Size(75, 23);
  1129. this.btnPrint.TabIndex = 43;
  1130. this.btnPrint.Text = "打印测试";
  1131. this.btnPrint.UseVisualStyleBackColor = true;
  1132. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  1133. //
  1134. // pnlPanel1
  1135. //
  1136. this.pnlPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1137. this.pnlPanel1.Controls.Add(this.btnPrint);
  1138. this.pnlPanel1.Controls.Add(this.btnOut);
  1139. this.pnlPanel1.Controls.Add(this.btnIn);
  1140. this.pnlPanel1.Controls.Add(this.txtJsonData);
  1141. this.pnlPanel1.Location = new System.Drawing.Point(30, 744);
  1142. this.pnlPanel1.Name = "pnlPanel1";
  1143. this.pnlPanel1.Size = new System.Drawing.Size(637, 63);
  1144. this.pnlPanel1.TabIndex = 44;
  1145. //
  1146. // dgvTXT_EGS
  1147. //
  1148. this.dgvTXT_EGS.AllowUserToAddRows = false;
  1149. this.dgvTXT_EGS.AllowUserToDeleteRows = false;
  1150. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1151. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  1152. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1153. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  1154. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1155. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1156. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1157. this.dgvTXT_EGS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  1158. this.dgvTXT_EGS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1159. this.dgvTXT_EGS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1160. this.colkey,
  1161. this.colvalue});
  1162. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1163. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  1164. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1165. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  1166. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1167. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1168. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1169. this.dgvTXT_EGS.DefaultCellStyle = dataGridViewCellStyle2;
  1170. this.dgvTXT_EGS.Location = new System.Drawing.Point(284, 592);
  1171. this.dgvTXT_EGS.Name = "dgvTXT_EGS";
  1172. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1173. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  1174. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1175. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  1176. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1177. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1178. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1179. this.dgvTXT_EGS.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  1180. this.dgvTXT_EGS.RowTemplate.Height = 23;
  1181. this.dgvTXT_EGS.Size = new System.Drawing.Size(273, 150);
  1182. this.dgvTXT_EGS.TabIndex = 45;
  1183. //
  1184. // colkey
  1185. //
  1186. this.colkey.DataPropertyName = "ITEMCODE";
  1187. this.colkey.HeaderText = "文本项目";
  1188. this.colkey.Name = "colkey";
  1189. this.colkey.ReadOnly = true;
  1190. //
  1191. // colvalue
  1192. //
  1193. this.colvalue.DataPropertyName = "itemsample";
  1194. this.colvalue.HeaderText = "文本示例";
  1195. this.colvalue.Name = "colvalue";
  1196. //
  1197. // F_SET_014002
  1198. //
  1199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1201. this.ClientSize = new System.Drawing.Size(1020, 807);
  1202. this.Controls.Add(this.dgvTXT_EGS);
  1203. this.Controls.Add(this.pnlPanel1);
  1204. this.Controls.Add(this.numDisplayNo);
  1205. this.Controls.Add(this.lblLabel25);
  1206. this.Controls.Add(this.chkValueFlag);
  1207. this.Controls.Add(this.lblLabel26);
  1208. this.Controls.Add(this.txtRemarks);
  1209. this.Controls.Add(this.lblLabel24);
  1210. this.Controls.Add(this.btnSave);
  1211. this.Controls.Add(this.txtLayoutName);
  1212. this.Controls.Add(this.btnCancel);
  1213. this.Controls.Add(this.picHB);
  1214. this.Controls.Add(this.grpPage);
  1215. this.Controls.Add(this.grpTXT1);
  1216. this.Controls.Add(this.grpBC);
  1217. this.Controls.Add(this.grpHB);
  1218. this.Controls.Add(this.picPage);
  1219. this.Name = "F_SET_014002";
  1220. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1221. this.Text = "F_SET_014002";
  1222. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1223. this.Load += new System.EventHandler(this.F_SET_014002_Load);
  1224. this.Shown += new System.EventHandler(this.F_SET_014002_Shown);
  1225. this.Controls.SetChildIndex(this.picPage, 0);
  1226. this.Controls.SetChildIndex(this.grpHB, 0);
  1227. this.Controls.SetChildIndex(this.grpBC, 0);
  1228. this.Controls.SetChildIndex(this.grpTXT1, 0);
  1229. this.Controls.SetChildIndex(this.grpPage, 0);
  1230. this.Controls.SetChildIndex(this.picHB, 0);
  1231. this.Controls.SetChildIndex(this.btnCancel, 0);
  1232. this.Controls.SetChildIndex(this.txtLayoutName, 0);
  1233. this.Controls.SetChildIndex(this.btnSave, 0);
  1234. this.Controls.SetChildIndex(this.lblLabel24, 0);
  1235. this.Controls.SetChildIndex(this.txtRemarks, 0);
  1236. this.Controls.SetChildIndex(this.lblLabel26, 0);
  1237. this.Controls.SetChildIndex(this.chkValueFlag, 0);
  1238. this.Controls.SetChildIndex(this.lblLabel25, 0);
  1239. this.Controls.SetChildIndex(this.numDisplayNo, 0);
  1240. this.Controls.SetChildIndex(this.pnlPanel1, 0);
  1241. this.Controls.SetChildIndex(this.dgvTXT_EGS, 0);
  1242. this.grpHB.ResumeLayout(false);
  1243. this.grpHB.PerformLayout();
  1244. ((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).EndInit();
  1245. ((System.ComponentModel.ISupportInitialize)(this.txtHB_W)).EndInit();
  1246. this.grpBC.ResumeLayout(false);
  1247. this.grpBC.PerformLayout();
  1248. this.grpBC_R.ResumeLayout(false);
  1249. this.grpBC_R.PerformLayout();
  1250. ((System.ComponentModel.ISupportInitialize)(this.txtBC_Y)).EndInit();
  1251. ((System.ComponentModel.ISupportInitialize)(this.txtBC_W)).EndInit();
  1252. ((System.ComponentModel.ISupportInitialize)(this.txtBC_X)).EndInit();
  1253. ((System.ComponentModel.ISupportInitialize)(this.txtBC_H)).EndInit();
  1254. this.grpTXT1.ResumeLayout(false);
  1255. this.grpTXT1.PerformLayout();
  1256. this.grpTXT1_R.ResumeLayout(false);
  1257. this.grpTXT1_R.PerformLayout();
  1258. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_Y)).EndInit();
  1259. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_W)).EndInit();
  1260. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_X)).EndInit();
  1261. ((System.ComponentModel.ISupportInitialize)(this.txtTXT1_H)).EndInit();
  1262. this.grpPage.ResumeLayout(false);
  1263. this.grpPage.PerformLayout();
  1264. ((System.ComponentModel.ISupportInitialize)(this.txtDpiY)).EndInit();
  1265. ((System.ComponentModel.ISupportInitialize)(this.txtDpiX)).EndInit();
  1266. ((System.ComponentModel.ISupportInitialize)(this.txtPageColNum)).EndInit();
  1267. ((System.ComponentModel.ISupportInitialize)(this.txtPageRowNum)).EndInit();
  1268. ((System.ComponentModel.ISupportInitialize)(this.txtPageH)).EndInit();
  1269. ((System.ComponentModel.ISupportInitialize)(this.txtPageW)).EndInit();
  1270. ((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).EndInit();
  1271. this.pnlPanel1.ResumeLayout(false);
  1272. this.pnlPanel1.PerformLayout();
  1273. ((System.ComponentModel.ISupportInitialize)(this.dgvTXT_EGS)).EndInit();
  1274. this.ResumeLayout(false);
  1275. this.PerformLayout();
  1276. }
  1277. #endregion
  1278. private WinForm.Controls.LblLabel lblLabel1;
  1279. private WinForm.Controls.GrpGroupBox grpHB;
  1280. private WinForm.Controls.LblLabel lblLabel2;
  1281. private WinForm.Controls.ChkCheckBox chkFlipH;
  1282. private System.Windows.Forms.NumericUpDown txtHB_H;
  1283. private System.Windows.Forms.NumericUpDown txtHB_W;
  1284. private WinForm.Controls.GrpGroupBox grpBC;
  1285. private System.Windows.Forms.NumericUpDown txtBC_W;
  1286. private System.Windows.Forms.NumericUpDown txtBC_Y;
  1287. private WinForm.Controls.LblLabel lblLabel3;
  1288. private WinForm.Controls.LblLabel lblLabel4;
  1289. private WinForm.Controls.LblLabel lblLabel7;
  1290. private System.Windows.Forms.NumericUpDown txtBC_H;
  1291. private WinForm.Controls.LblLabel lblLabel6;
  1292. private System.Windows.Forms.NumericUpDown txtBC_X;
  1293. private WinForm.Controls.LblLabel lblLabel5;
  1294. private WinForm.Controls.CmbComboBox cmbBC_Type;
  1295. private WinForm.Controls.CmbComboBox cmbBC_Format;
  1296. private WinForm.Controls.LblLabel lblLabel8;
  1297. private WinForm.Controls.CmbComboBox cmbBC_Level;
  1298. private WinForm.Controls.LblLabel lblLabel9;
  1299. private WinForm.Controls.TxtTextBox txtBC_EG;
  1300. private WinForm.Controls.LblLabel lblLabel10;
  1301. private WinForm.Controls.GrpGroupBox grpBC_R;
  1302. private WinForm.Controls.GrpGroupBox grpTXT1;
  1303. private WinForm.Controls.GrpGroupBox grpTXT1_R;
  1304. private WinForm.Controls.LblLabel lblLabel11;
  1305. private WinForm.Controls.LblLabel lblLabel12;
  1306. private WinForm.Controls.LblLabel lblLabel13;
  1307. private System.Windows.Forms.NumericUpDown txtTXT1_Y;
  1308. private System.Windows.Forms.NumericUpDown txtTXT1_W;
  1309. private System.Windows.Forms.NumericUpDown txtTXT1_X;
  1310. private WinForm.Controls.LblLabel lblLabel14;
  1311. private System.Windows.Forms.NumericUpDown txtTXT1_H;
  1312. private WinForm.Controls.TxtTextBox txtTXT1_EG;
  1313. private WinForm.Controls.LblLabel lblLabel15;
  1314. private WinForm.Controls.CmbComboBox cmbTXT1_AH;
  1315. private WinForm.Controls.LblLabel lblLabel18;
  1316. private System.Windows.Forms.Button btnTXT1_Font;
  1317. private WinForm.Controls.ChkCheckBox chkTXT1_Wrap;
  1318. private WinForm.Controls.ChkCheckBox chkTXT1_Clip;
  1319. private WinForm.Controls.CmbComboBox cmbTXT1_AV;
  1320. private WinForm.Controls.LblLabel lblLabel16;
  1321. private WinForm.Controls.CmbComboBox cmbTXT1_Angle;
  1322. private WinForm.Controls.LblLabel lblLabel17;
  1323. private System.Windows.Forms.FontDialog dlgFont;
  1324. private System.Windows.Forms.Button btnHB_Show;
  1325. private WinForm.Controls.GrpGroupBox grpPage;
  1326. private System.Windows.Forms.Button btnPage_Show;
  1327. private System.Windows.Forms.NumericUpDown txtPageH;
  1328. private System.Windows.Forms.NumericUpDown txtPageW;
  1329. private WinForm.Controls.LblLabel lblLabel19;
  1330. private WinForm.Controls.LblLabel lblLabel20;
  1331. private System.Windows.Forms.NumericUpDown txtPageColNum;
  1332. private System.Windows.Forms.NumericUpDown txtPageRowNum;
  1333. private WinForm.Controls.LblLabel lblLabel22;
  1334. private WinForm.Controls.LblLabel lblLabel21;
  1335. private WinForm.Controls.ChkCheckBox chkShowGrid;
  1336. private System.Windows.Forms.NumericUpDown txtDpiY;
  1337. private System.Windows.Forms.NumericUpDown txtDpiX;
  1338. private System.Windows.Forms.Label label10;
  1339. private System.Windows.Forms.Label label11;
  1340. private BarcodeBatchSet.BarcodeBatchShow picHB;
  1341. private BarcodeBatchSet.BarcodeBatchShow picPage;
  1342. private System.Windows.Forms.Button btnOut;
  1343. private System.Windows.Forms.Button btnIn;
  1344. private WinForm.Controls.TxtTextBox txtJsonData;
  1345. private System.Windows.Forms.ListBox lisTXTS;
  1346. private WinForm.Controls.TxtTextBox txtTXTName;
  1347. private WinForm.Controls.LblLabel lblLabel23;
  1348. private WinForm.Controls.ChkCheckBox chkTXTIsShow;
  1349. private Basics.BaseControls.C_Button btnSave;
  1350. private Basics.BaseControls.C_Button btnCancel;
  1351. private WinForm.Controls.LblLabel lblLabel24;
  1352. private WinForm.Controls.TxtTextBox txtLayoutName;
  1353. private WinForm.Controls.LblLabel lblLabel26;
  1354. private WinForm.Controls.TxtTextBox txtRemarks;
  1355. private WinForm.Controls.ChkCheckBox chkValueFlag;
  1356. private WinForm.Controls.LblLabel lblLabel25;
  1357. private System.Windows.Forms.NumericUpDown numDisplayNo;
  1358. private System.Windows.Forms.Button btnTXTOK;
  1359. private System.Windows.Forms.Button btnPrint;
  1360. private WinForm.Controls.PnlPanel pnlPanel1;
  1361. private System.Windows.Forms.DataGridView dgvTXT_EGS;
  1362. private System.Windows.Forms.DataGridViewTextBoxColumn colkey;
  1363. private System.Windows.Forms.DataGridViewTextBoxColumn colvalue;
  1364. }
  1365. }