namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0205 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0205)); this.picboxBarcode = new System.Windows.Forms.PictureBox(); this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.btnPrint = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSaveImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnResetPage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtHeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtWidth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblCurrentPaper = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnPreviousPage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnAfterPage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.printDocument = new System.Drawing.Printing.PrintDocument(); ((System.ComponentModel.ISupportInitialize)(this.picboxBarcode)).BeginInit(); this.c_GroupBox1.SuspendLayout(); this.SuspendLayout(); // // picboxBarcode // this.picboxBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.picboxBarcode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picboxBarcode.Location = new System.Drawing.Point(12, 12); this.picboxBarcode.Name = "picboxBarcode"; this.picboxBarcode.Size = new System.Drawing.Size(1054, 231); this.picboxBarcode.TabIndex = 1; this.picboxBarcode.TabStop = false; // // c_GroupBox1 // this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.Controls.Add(this.btnPrint); this.c_GroupBox1.Controls.Add(this.btnSaveImage); this.c_GroupBox1.Controls.Add(this.btnCancel); this.c_GroupBox1.Controls.Add(this.btnResetPage); this.c_GroupBox1.Controls.Add(this.txtHeight); this.c_GroupBox1.Controls.Add(this.c_Label2); this.c_GroupBox1.Controls.Add(this.txtWidth); this.c_GroupBox1.Controls.Add(this.c_Label4); this.c_GroupBox1.Controls.Add(this.c_Label3); this.c_GroupBox1.Controls.Add(this.c_Label1); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.IsMustInput = false; this.c_GroupBox1.Location = new System.Drawing.Point(12, 303); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.OriginalHeight = -1; this.c_GroupBox1.Size = new System.Drawing.Size(1054, 59); this.c_GroupBox1.TabIndex = 2; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.Text = "条码设置 ▼"; // // btnPrint // this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnPrint.BackColor = System.Drawing.Color.Transparent; this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage"))); this.btnPrint.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.Location = new System.Drawing.Point(781, 13); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(85, 33); this.btnPrint.TabIndex = 2; this.btnPrint.Text = "打印(&P)"; this.btnPrint.UseVisualStyleBackColor = false; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // btnSaveImage // this.btnSaveImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveImage.BackColor = System.Drawing.Color.Transparent; this.btnSaveImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveImage.BackgroundImage"))); this.btnSaveImage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSaveImage.ForeColor = System.Drawing.Color.White; this.btnSaveImage.Location = new System.Drawing.Point(872, 13); this.btnSaveImage.Name = "btnSaveImage"; this.btnSaveImage.Size = new System.Drawing.Size(85, 33); this.btnSaveImage.TabIndex = 2; this.btnSaveImage.Text = "保存图片(&S)"; this.btnSaveImage.UseVisualStyleBackColor = false; this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(963, 13); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 33); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消(&X)"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnClose_Click); // // btnResetPage // this.btnResetPage.BackColor = System.Drawing.Color.Transparent; this.btnResetPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnResetPage.BackgroundImage"))); this.btnResetPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnResetPage.ForeColor = System.Drawing.Color.White; this.btnResetPage.Location = new System.Drawing.Point(427, 13); this.btnResetPage.Name = "btnResetPage"; this.btnResetPage.Size = new System.Drawing.Size(85, 33); this.btnResetPage.TabIndex = 2; this.btnResetPage.Text = "重新生成(&R)"; this.btnResetPage.UseVisualStyleBackColor = false; this.btnResetPage.Click += new System.EventHandler(this.btnResetPage_Click); // // txtHeight // this.txtHeight.BackColor = System.Drawing.SystemColors.Window; this.txtHeight.BackgroundColor = System.Drawing.SystemColors.Window; this.txtHeight.DataValue = new decimal(new int[] { 50, 0, 0, 0}); this.txtHeight.ErrorMessage = ""; this.txtHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHeight.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtHeight.Location = new System.Drawing.Point(286, 20); this.txtHeight.MaxValue = new decimal(new int[] { 1000, 0, 0, 0}); this.txtHeight.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtHeight.Name = "txtHeight"; this.txtHeight.Number = new System.Drawing.Point(0, 0); this.txtHeight.Size = new System.Drawing.Size(100, 21); this.txtHeight.TabIndex = 1; this.txtHeight.Text = "50"; this.txtHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtHeight.TextValue = "50"; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.Location = new System.Drawing.Point(227, 23); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 0; this.c_Label2.Text = "条码高度"; // // txtWidth // this.txtWidth.BackColor = System.Drawing.SystemColors.Window; this.txtWidth.BackgroundColor = System.Drawing.SystemColors.Window; this.txtWidth.DataValue = new decimal(new int[] { 190, 0, 0, 0}); this.txtWidth.ErrorMessage = ""; this.txtWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtWidth.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtWidth.Location = new System.Drawing.Point(69, 20); this.txtWidth.MaxValue = new decimal(new int[] { 1000, 0, 0, 0}); this.txtWidth.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtWidth.Name = "txtWidth"; this.txtWidth.Number = new System.Drawing.Point(0, 0); this.txtWidth.Size = new System.Drawing.Size(100, 21); this.txtWidth.TabIndex = 1; this.txtWidth.Text = "190"; this.txtWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtWidth.TextValue = "190"; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.Location = new System.Drawing.Point(392, 23); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(29, 12); this.c_Label4.TabIndex = 0; this.c_Label4.Text = "像素"; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.Location = new System.Drawing.Point(175, 23); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(29, 12); this.c_Label3.TabIndex = 0; this.c_Label3.Text = "像素"; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.Location = new System.Drawing.Point(10, 23); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "条码宽度"; // // lblTotal // this.lblTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblTotal.AutoSize = true; this.lblTotal.BackColor = System.Drawing.Color.Transparent; this.lblTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTotal.Location = new System.Drawing.Point(333, 266); this.lblTotal.Name = "lblTotal"; this.lblTotal.Size = new System.Drawing.Size(35, 12); this.lblTotal.TabIndex = 0; this.lblTotal.Text = "共1张"; // // lblCurrentPaper // this.lblCurrentPaper.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblCurrentPaper.AutoSize = true; this.lblCurrentPaper.BackColor = System.Drawing.Color.Transparent; this.lblCurrentPaper.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCurrentPaper.Location = new System.Drawing.Point(506, 266); this.lblCurrentPaper.Name = "lblCurrentPaper"; this.lblCurrentPaper.Size = new System.Drawing.Size(11, 12); this.lblCurrentPaper.TabIndex = 0; this.lblCurrentPaper.Text = "1"; // // btnPreviousPage // this.btnPreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnPreviousPage.BackColor = System.Drawing.Color.Transparent; this.btnPreviousPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPreviousPage.BackgroundImage"))); this.btnPreviousPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPreviousPage.ForeColor = System.Drawing.Color.White; this.btnPreviousPage.Location = new System.Drawing.Point(392, 256); this.btnPreviousPage.Name = "btnPreviousPage"; this.btnPreviousPage.Size = new System.Drawing.Size(85, 33); this.btnPreviousPage.TabIndex = 2; this.btnPreviousPage.Text = "前页(&<)"; this.btnPreviousPage.UseVisualStyleBackColor = false; this.btnPreviousPage.Click += new System.EventHandler(this.btnPreviousPage_Click); // // btnAfterPage // this.btnAfterPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAfterPage.BackColor = System.Drawing.Color.Transparent; this.btnAfterPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAfterPage.BackgroundImage"))); this.btnAfterPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAfterPage.ForeColor = System.Drawing.Color.White; this.btnAfterPage.Location = new System.Drawing.Point(543, 256); this.btnAfterPage.Name = "btnAfterPage"; this.btnAfterPage.Size = new System.Drawing.Size(85, 33); this.btnAfterPage.TabIndex = 2; this.btnAfterPage.Text = "后页(&>)"; this.btnAfterPage.UseVisualStyleBackColor = false; this.btnAfterPage.Click += new System.EventHandler(this.btnAfterPage_Click); // // F_MST_0205 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(1078, 387); this.Controls.Add(this.btnAfterPage); this.Controls.Add(this.btnPreviousPage); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.picboxBarcode); this.Controls.Add(this.lblCurrentPaper); this.Controls.Add(this.lblTotal); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0205"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_MST_0205"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.F_MST_0208_Load); this.Controls.SetChildIndex(this.lblTotal, 0); this.Controls.SetChildIndex(this.lblCurrentPaper, 0); this.Controls.SetChildIndex(this.picboxBarcode, 0); this.Controls.SetChildIndex(this.c_GroupBox1, 0); this.Controls.SetChildIndex(this.btnPreviousPage, 0); this.Controls.SetChildIndex(this.btnAfterPage, 0); ((System.ComponentModel.ISupportInitialize)(this.picboxBarcode)).EndInit(); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picboxBarcode; private Basics.BaseControls.C_GroupBox c_GroupBox1; private Basics.BaseControls.C_TXT_Digital txtWidth; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TXT_Digital txtHeight; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_Button btnResetPage; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSaveImage; private Basics.BaseControls.C_Button btnPrint; private Basics.BaseControls.C_Label lblTotal; private Basics.BaseControls.C_Label lblCurrentPaper; private Basics.BaseControls.C_Button btnPreviousPage; private Basics.BaseControls.C_Button btnAfterPage; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_Label c_Label4; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Drawing.Printing.PrintDocument printDocument; } }