BarTender.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace 优软MES
  2. {
  3. partial class BarTender
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.txtFolderPath = new System.Windows.Forms.TextBox();
  32. this.btnOpen = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.substringGrid = new System.Windows.Forms.DataGridView();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.cboPrinters = new System.Windows.Forms.ComboBox();
  37. this.btnPrint = new System.Windows.Forms.Button();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.txtIdenticalCopies = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.txtSerializedCopies = new System.Windows.Forms.TextBox();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.lstLabelBrowser = new System.Windows.Forms.ListView();
  45. this.thumbnailCacheWorker = new System.ComponentModel.BackgroundWorker();
  46. this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
  47. this.picUpdatingFormat = new System.Windows.Forms.PictureBox();
  48. this.lblNoSubstrings = new System.Windows.Forms.Label();
  49. this.lblFormatError = new System.Windows.Forms.Label();
  50. this.headBar1 = new 优软MES.CustomControl.HeadBar();
  51. ((System.ComponentModel.ISupportInitialize)(this.substringGrid)).BeginInit();
  52. this.groupBox1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.picUpdatingFormat)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // txtFolderPath
  57. //
  58. this.txtFolderPath.Location = new System.Drawing.Point(99, 46);
  59. this.txtFolderPath.Name = "txtFolderPath";
  60. this.txtFolderPath.ReadOnly = true;
  61. this.txtFolderPath.Size = new System.Drawing.Size(315, 21);
  62. this.txtFolderPath.TabIndex = 8;
  63. //
  64. // btnOpen
  65. //
  66. this.btnOpen.Location = new System.Drawing.Point(420, 47);
  67. this.btnOpen.Name = "btnOpen";
  68. this.btnOpen.Size = new System.Drawing.Size(75, 21);
  69. this.btnOpen.TabIndex = 0;
  70. this.btnOpen.Text = "打开";
  71. this.btnOpen.UseVisualStyleBackColor = true;
  72. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Location = new System.Drawing.Point(17, 49);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(77, 12);
  80. this.label1.TabIndex = 7;
  81. this.label1.Text = "选择文件夹:";
  82. //
  83. // substringGrid
  84. //
  85. this.substringGrid.AllowUserToAddRows = false;
  86. this.substringGrid.AllowUserToDeleteRows = false;
  87. this.substringGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  88. this.substringGrid.BackgroundColor = System.Drawing.Color.White;
  89. this.substringGrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  90. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  91. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  92. dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  93. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  94. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  95. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  96. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  97. this.substringGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  98. this.substringGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  99. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  100. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  101. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  103. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  104. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  105. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  106. this.substringGrid.DefaultCellStyle = dataGridViewCellStyle2;
  107. this.substringGrid.Location = new System.Drawing.Point(504, 72);
  108. this.substringGrid.MultiSelect = false;
  109. this.substringGrid.Name = "substringGrid";
  110. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  111. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  112. dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  113. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  114. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  115. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  116. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  117. this.substringGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  118. this.substringGrid.Size = new System.Drawing.Size(389, 300);
  119. this.substringGrid.TabIndex = 3;
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Location = new System.Drawing.Point(504, 51);
  125. this.label2.Name = "label2";
  126. this.label2.Size = new System.Drawing.Size(65, 12);
  127. this.label2.TabIndex = 2;
  128. this.label2.Text = "具名数据源";
  129. //
  130. // cboPrinters
  131. //
  132. this.cboPrinters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  133. this.cboPrinters.FormattingEnabled = true;
  134. this.cboPrinters.Location = new System.Drawing.Point(98, 17);
  135. this.cboPrinters.Name = "cboPrinters";
  136. this.cboPrinters.Size = new System.Drawing.Size(282, 20);
  137. this.cboPrinters.Sorted = true;
  138. this.cboPrinters.TabIndex = 1;
  139. //
  140. // btnPrint
  141. //
  142. this.btnPrint.Enabled = false;
  143. this.btnPrint.Location = new System.Drawing.Point(306, 63);
  144. this.btnPrint.Name = "btnPrint";
  145. this.btnPrint.Size = new System.Drawing.Size(75, 21);
  146. this.btnPrint.TabIndex = 6;
  147. this.btnPrint.Text = "打印";
  148. this.btnPrint.UseVisualStyleBackColor = true;
  149. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  150. //
  151. // label3
  152. //
  153. this.label3.AutoSize = true;
  154. this.label3.Location = new System.Drawing.Point(6, 19);
  155. this.label3.Name = "label3";
  156. this.label3.Size = new System.Drawing.Size(77, 12);
  157. this.label3.TabIndex = 0;
  158. this.label3.Text = "选择打印机:";
  159. //
  160. // label4
  161. //
  162. this.label4.AutoSize = true;
  163. this.label4.Location = new System.Drawing.Point(6, 44);
  164. this.label4.Name = "label4";
  165. this.label4.Size = new System.Drawing.Size(65, 12);
  166. this.label4.TabIndex = 2;
  167. this.label4.Text = "打印份数:";
  168. //
  169. // txtIdenticalCopies
  170. //
  171. this.txtIdenticalCopies.Location = new System.Drawing.Point(98, 42);
  172. this.txtIdenticalCopies.Name = "txtIdenticalCopies";
  173. this.txtIdenticalCopies.ReadOnly = true;
  174. this.txtIdenticalCopies.Size = new System.Drawing.Size(112, 21);
  175. this.txtIdenticalCopies.TabIndex = 3;
  176. //
  177. // label5
  178. //
  179. this.label5.AutoSize = true;
  180. this.label5.Location = new System.Drawing.Point(6, 68);
  181. this.label5.Name = "label5";
  182. this.label5.Size = new System.Drawing.Size(113, 12);
  183. this.label5.TabIndex = 4;
  184. this.label5.Text = "&Serialized Copies:";
  185. //
  186. // txtSerializedCopies
  187. //
  188. this.txtSerializedCopies.Location = new System.Drawing.Point(98, 66);
  189. this.txtSerializedCopies.Name = "txtSerializedCopies";
  190. this.txtSerializedCopies.ReadOnly = true;
  191. this.txtSerializedCopies.Size = new System.Drawing.Size(112, 21);
  192. this.txtSerializedCopies.TabIndex = 5;
  193. //
  194. // groupBox1
  195. //
  196. this.groupBox1.Controls.Add(this.txtIdenticalCopies);
  197. this.groupBox1.Controls.Add(this.label5);
  198. this.groupBox1.Controls.Add(this.txtSerializedCopies);
  199. this.groupBox1.Controls.Add(this.label4);
  200. this.groupBox1.Controls.Add(this.label3);
  201. this.groupBox1.Controls.Add(this.btnPrint);
  202. this.groupBox1.Controls.Add(this.cboPrinters);
  203. this.groupBox1.Location = new System.Drawing.Point(504, 378);
  204. this.groupBox1.Name = "groupBox1";
  205. this.groupBox1.Size = new System.Drawing.Size(389, 91);
  206. this.groupBox1.TabIndex = 6;
  207. this.groupBox1.TabStop = false;
  208. this.groupBox1.Text = "打印工作区";
  209. //
  210. // lstLabelBrowser
  211. //
  212. this.lstLabelBrowser.BackColor = System.Drawing.Color.White;
  213. this.lstLabelBrowser.HideSelection = false;
  214. this.lstLabelBrowser.Location = new System.Drawing.Point(20, 72);
  215. this.lstLabelBrowser.MultiSelect = false;
  216. this.lstLabelBrowser.Name = "lstLabelBrowser";
  217. this.lstLabelBrowser.Size = new System.Drawing.Size(475, 397);
  218. this.lstLabelBrowser.TabIndex = 1;
  219. this.lstLabelBrowser.UseCompatibleStateImageBehavior = false;
  220. this.lstLabelBrowser.VirtualMode = true;
  221. this.lstLabelBrowser.CacheVirtualItems += new System.Windows.Forms.CacheVirtualItemsEventHandler(this.lstLabelBrowser_CacheVirtualItems);
  222. this.lstLabelBrowser.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstLabelBrowser_RetrieveVirtualItem);
  223. this.lstLabelBrowser.SelectedIndexChanged += new System.EventHandler(this.lstLabelBrowser_SelectedIndexChanged);
  224. //
  225. // thumbnailCacheWorker
  226. //
  227. this.thumbnailCacheWorker.WorkerReportsProgress = true;
  228. this.thumbnailCacheWorker.WorkerSupportsCancellation = true;
  229. this.thumbnailCacheWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.thumbnailCacheWorker_DoWork);
  230. this.thumbnailCacheWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.thumbnailCacheWorker_ProgressChanged);
  231. //
  232. // folderBrowserDialog
  233. //
  234. this.folderBrowserDialog.ShowNewFolderButton = false;
  235. //
  236. // picUpdatingFormat
  237. //
  238. this.picUpdatingFormat.BackColor = System.Drawing.Color.White;
  239. this.picUpdatingFormat.Image = global::优软MES.Properties.Resources.updating;
  240. this.picUpdatingFormat.Location = new System.Drawing.Point(688, 221);
  241. this.picUpdatingFormat.Name = "picUpdatingFormat";
  242. this.picUpdatingFormat.Size = new System.Drawing.Size(28, 23);
  243. this.picUpdatingFormat.TabIndex = 34;
  244. this.picUpdatingFormat.TabStop = false;
  245. this.picUpdatingFormat.Visible = false;
  246. //
  247. // lblNoSubstrings
  248. //
  249. this.lblNoSubstrings.AutoSize = true;
  250. this.lblNoSubstrings.BackColor = System.Drawing.Color.White;
  251. this.lblNoSubstrings.Location = new System.Drawing.Point(631, 183);
  252. this.lblNoSubstrings.Name = "lblNoSubstrings";
  253. this.lblNoSubstrings.Size = new System.Drawing.Size(125, 12);
  254. this.lblNoSubstrings.TabIndex = 4;
  255. this.lblNoSubstrings.Text = "当前文件不存在数据源";
  256. this.lblNoSubstrings.Visible = false;
  257. //
  258. // lblFormatError
  259. //
  260. this.lblFormatError.AutoSize = true;
  261. this.lblFormatError.BackColor = System.Drawing.Color.White;
  262. this.lblFormatError.Location = new System.Drawing.Point(675, 206);
  263. this.lblFormatError.Name = "lblFormatError";
  264. this.lblFormatError.Size = new System.Drawing.Size(53, 12);
  265. this.lblFormatError.TabIndex = 5;
  266. this.lblFormatError.Text = "打开错误";
  267. this.lblFormatError.Visible = false;
  268. //
  269. // headBar1
  270. //
  271. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  272. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  273. this.headBar1.Location = new System.Drawing.Point(0, 0);
  274. this.headBar1.Name = "headBar1";
  275. this.headBar1.Size = new System.Drawing.Size(919, 32);
  276. this.headBar1.TabIndex = 35;
  277. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  278. //
  279. // BarTender
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.ClientSize = new System.Drawing.Size(919, 493);
  284. this.Controls.Add(this.headBar1);
  285. this.Controls.Add(this.lblFormatError);
  286. this.Controls.Add(this.lblNoSubstrings);
  287. this.Controls.Add(this.picUpdatingFormat);
  288. this.Controls.Add(this.lstLabelBrowser);
  289. this.Controls.Add(this.groupBox1);
  290. this.Controls.Add(this.label2);
  291. this.Controls.Add(this.substringGrid);
  292. this.Controls.Add(this.txtFolderPath);
  293. this.Controls.Add(this.btnOpen);
  294. this.Controls.Add(this.label1);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  296. this.MaximizeBox = false;
  297. this.Name = "BarTender";
  298. this.ShowIcon = false;
  299. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  300. this.Text = "标签打印";
  301. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LabelPrint_FormClosed);
  302. this.Load += new System.EventHandler(this.LabelPrint_Load);
  303. ((System.ComponentModel.ISupportInitialize)(this.substringGrid)).EndInit();
  304. this.groupBox1.ResumeLayout(false);
  305. this.groupBox1.PerformLayout();
  306. ((System.ComponentModel.ISupportInitialize)(this.picUpdatingFormat)).EndInit();
  307. this.ResumeLayout(false);
  308. this.PerformLayout();
  309. }
  310. #endregion
  311. private System.Windows.Forms.TextBox txtFolderPath;
  312. private System.Windows.Forms.Button btnOpen;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.DataGridView substringGrid;
  315. private System.Windows.Forms.Label label2;
  316. private System.Windows.Forms.ComboBox cboPrinters;
  317. private System.Windows.Forms.Button btnPrint;
  318. private System.Windows.Forms.Label label3;
  319. private System.Windows.Forms.Label label4;
  320. private System.Windows.Forms.TextBox txtIdenticalCopies;
  321. private System.Windows.Forms.Label label5;
  322. private System.Windows.Forms.TextBox txtSerializedCopies;
  323. private System.Windows.Forms.GroupBox groupBox1;
  324. private System.Windows.Forms.ListView lstLabelBrowser;
  325. private System.ComponentModel.BackgroundWorker thumbnailCacheWorker;
  326. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
  327. private System.Windows.Forms.PictureBox picUpdatingFormat;
  328. private System.Windows.Forms.Label lblNoSubstrings;
  329. private System.Windows.Forms.Label lblFormatError;
  330. private CustomControl.HeadBar headBar1;
  331. }
  332. }