| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- namespace 优软MES
- {
- partial class BarTender
- {
- /// <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.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.txtFolderPath = new System.Windows.Forms.TextBox();
- this.btnOpen = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.substringGrid = new System.Windows.Forms.DataGridView();
- this.label2 = new System.Windows.Forms.Label();
- this.cboPrinters = new System.Windows.Forms.ComboBox();
- this.btnPrint = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.txtIdenticalCopies = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.txtSerializedCopies = new System.Windows.Forms.TextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.lstLabelBrowser = new System.Windows.Forms.ListView();
- this.thumbnailCacheWorker = new System.ComponentModel.BackgroundWorker();
- this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
- this.picUpdatingFormat = new System.Windows.Forms.PictureBox();
- this.lblNoSubstrings = new System.Windows.Forms.Label();
- this.lblFormatError = new System.Windows.Forms.Label();
- this.headBar1 = new 优软MES.CustomControl.HeadBar();
- ((System.ComponentModel.ISupportInitialize)(this.substringGrid)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picUpdatingFormat)).BeginInit();
- this.SuspendLayout();
- //
- // txtFolderPath
- //
- this.txtFolderPath.Location = new System.Drawing.Point(99, 46);
- this.txtFolderPath.Name = "txtFolderPath";
- this.txtFolderPath.ReadOnly = true;
- this.txtFolderPath.Size = new System.Drawing.Size(315, 21);
- this.txtFolderPath.TabIndex = 8;
- //
- // btnOpen
- //
- this.btnOpen.Location = new System.Drawing.Point(420, 47);
- this.btnOpen.Name = "btnOpen";
- this.btnOpen.Size = new System.Drawing.Size(75, 21);
- this.btnOpen.TabIndex = 0;
- this.btnOpen.Text = "打开";
- this.btnOpen.UseVisualStyleBackColor = true;
- this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(17, 49);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 7;
- this.label1.Text = "选择文件夹:";
- //
- // substringGrid
- //
- this.substringGrid.AllowUserToAddRows = false;
- this.substringGrid.AllowUserToDeleteRows = false;
- this.substringGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- this.substringGrid.BackgroundColor = System.Drawing.Color.White;
- this.substringGrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- 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.substringGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.substringGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- 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.substringGrid.DefaultCellStyle = dataGridViewCellStyle2;
- this.substringGrid.Location = new System.Drawing.Point(504, 72);
- this.substringGrid.MultiSelect = false;
- this.substringGrid.Name = "substringGrid";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- 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.substringGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.substringGrid.Size = new System.Drawing.Size(389, 300);
- this.substringGrid.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(504, 51);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "具名数据源";
- //
- // cboPrinters
- //
- this.cboPrinters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboPrinters.FormattingEnabled = true;
- this.cboPrinters.Location = new System.Drawing.Point(98, 17);
- this.cboPrinters.Name = "cboPrinters";
- this.cboPrinters.Size = new System.Drawing.Size(282, 20);
- this.cboPrinters.Sorted = true;
- this.cboPrinters.TabIndex = 1;
- //
- // btnPrint
- //
- this.btnPrint.Enabled = false;
- this.btnPrint.Location = new System.Drawing.Point(306, 63);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(75, 21);
- this.btnPrint.TabIndex = 6;
- this.btnPrint.Text = "打印";
- this.btnPrint.UseVisualStyleBackColor = true;
- this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 19);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(77, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "选择打印机:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(6, 44);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(65, 12);
- this.label4.TabIndex = 2;
- this.label4.Text = "打印份数:";
- //
- // txtIdenticalCopies
- //
- this.txtIdenticalCopies.Location = new System.Drawing.Point(98, 42);
- this.txtIdenticalCopies.Name = "txtIdenticalCopies";
- this.txtIdenticalCopies.ReadOnly = true;
- this.txtIdenticalCopies.Size = new System.Drawing.Size(112, 21);
- this.txtIdenticalCopies.TabIndex = 3;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 68);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(113, 12);
- this.label5.TabIndex = 4;
- this.label5.Text = "&Serialized Copies:";
- //
- // txtSerializedCopies
- //
- this.txtSerializedCopies.Location = new System.Drawing.Point(98, 66);
- this.txtSerializedCopies.Name = "txtSerializedCopies";
- this.txtSerializedCopies.ReadOnly = true;
- this.txtSerializedCopies.Size = new System.Drawing.Size(112, 21);
- this.txtSerializedCopies.TabIndex = 5;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.txtIdenticalCopies);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.txtSerializedCopies);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.btnPrint);
- this.groupBox1.Controls.Add(this.cboPrinters);
- this.groupBox1.Location = new System.Drawing.Point(504, 378);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(389, 91);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "打印工作区";
- //
- // lstLabelBrowser
- //
- this.lstLabelBrowser.BackColor = System.Drawing.Color.White;
- this.lstLabelBrowser.HideSelection = false;
- this.lstLabelBrowser.Location = new System.Drawing.Point(20, 72);
- this.lstLabelBrowser.MultiSelect = false;
- this.lstLabelBrowser.Name = "lstLabelBrowser";
- this.lstLabelBrowser.Size = new System.Drawing.Size(475, 397);
- this.lstLabelBrowser.TabIndex = 1;
- this.lstLabelBrowser.UseCompatibleStateImageBehavior = false;
- this.lstLabelBrowser.VirtualMode = true;
- this.lstLabelBrowser.CacheVirtualItems += new System.Windows.Forms.CacheVirtualItemsEventHandler(this.lstLabelBrowser_CacheVirtualItems);
- this.lstLabelBrowser.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstLabelBrowser_RetrieveVirtualItem);
- this.lstLabelBrowser.SelectedIndexChanged += new System.EventHandler(this.lstLabelBrowser_SelectedIndexChanged);
- //
- // thumbnailCacheWorker
- //
- this.thumbnailCacheWorker.WorkerReportsProgress = true;
- this.thumbnailCacheWorker.WorkerSupportsCancellation = true;
- this.thumbnailCacheWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.thumbnailCacheWorker_DoWork);
- this.thumbnailCacheWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.thumbnailCacheWorker_ProgressChanged);
- //
- // folderBrowserDialog
- //
- this.folderBrowserDialog.ShowNewFolderButton = false;
- //
- // picUpdatingFormat
- //
- this.picUpdatingFormat.BackColor = System.Drawing.Color.White;
- this.picUpdatingFormat.Image = global::优软MES.Properties.Resources.updating;
- this.picUpdatingFormat.Location = new System.Drawing.Point(688, 221);
- this.picUpdatingFormat.Name = "picUpdatingFormat";
- this.picUpdatingFormat.Size = new System.Drawing.Size(28, 23);
- this.picUpdatingFormat.TabIndex = 34;
- this.picUpdatingFormat.TabStop = false;
- this.picUpdatingFormat.Visible = false;
- //
- // lblNoSubstrings
- //
- this.lblNoSubstrings.AutoSize = true;
- this.lblNoSubstrings.BackColor = System.Drawing.Color.White;
- this.lblNoSubstrings.Location = new System.Drawing.Point(631, 183);
- this.lblNoSubstrings.Name = "lblNoSubstrings";
- this.lblNoSubstrings.Size = new System.Drawing.Size(125, 12);
- this.lblNoSubstrings.TabIndex = 4;
- this.lblNoSubstrings.Text = "当前文件不存在数据源";
- this.lblNoSubstrings.Visible = false;
- //
- // lblFormatError
- //
- this.lblFormatError.AutoSize = true;
- this.lblFormatError.BackColor = System.Drawing.Color.White;
- this.lblFormatError.Location = new System.Drawing.Point(675, 206);
- this.lblFormatError.Name = "lblFormatError";
- this.lblFormatError.Size = new System.Drawing.Size(53, 12);
- this.lblFormatError.TabIndex = 5;
- this.lblFormatError.Text = "打开错误";
- this.lblFormatError.Visible = false;
- //
- // headBar1
- //
- this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
- this.headBar1.Location = new System.Drawing.Point(0, 0);
- this.headBar1.Name = "headBar1";
- this.headBar1.Size = new System.Drawing.Size(919, 32);
- this.headBar1.TabIndex = 35;
- this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
- //
- // BarTender
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(919, 493);
- this.Controls.Add(this.headBar1);
- this.Controls.Add(this.lblFormatError);
- this.Controls.Add(this.lblNoSubstrings);
- this.Controls.Add(this.picUpdatingFormat);
- this.Controls.Add(this.lstLabelBrowser);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.substringGrid);
- this.Controls.Add(this.txtFolderPath);
- this.Controls.Add(this.btnOpen);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.MaximizeBox = false;
- this.Name = "BarTender";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "标签打印";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LabelPrint_FormClosed);
- this.Load += new System.EventHandler(this.LabelPrint_Load);
- ((System.ComponentModel.ISupportInitialize)(this.substringGrid)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picUpdatingFormat)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox txtFolderPath;
- private System.Windows.Forms.Button btnOpen;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView substringGrid;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cboPrinters;
- private System.Windows.Forms.Button btnPrint;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtIdenticalCopies;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtSerializedCopies;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ListView lstLabelBrowser;
- private System.ComponentModel.BackgroundWorker thumbnailCacheWorker;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
- private System.Windows.Forms.PictureBox picUpdatingFormat;
- private System.Windows.Forms.Label lblNoSubstrings;
- private System.Windows.Forms.Label lblFormatError;
- private CustomControl.HeadBar headBar1;
- }
- }
|