namespace LYFZ.Software.UI.DoorCityProcess { partial class frmIntensiveExport { /// /// 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(frmIntensiveExport)); this.chkExportbarcode = new LYFZ.ComponentLibrary.CheckBoxEx(); this.rdoOriginalPiece = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoEarlyRepairPiece = new LYFZ.ComponentLibrary.RadioButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.rdoAllJingxiu = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoSelectJingxiu = new LYFZ.ComponentLibrary.RadioButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.chkExportbarcode); this.plExMainContainer.Controls.Add(this.rdoSelectJingxiu); this.plExMainContainer.Controls.Add(this.rdoAllJingxiu); this.plExMainContainer.Controls.Add(this.rdoOriginalPiece); this.plExMainContainer.Controls.Add(this.rdoEarlyRepairPiece); this.plExMainContainer.Controls.Add(this.btnCancel); this.plExMainContainer.Controls.Add(this.btnOK); this.plExMainContainer.Size = new System.Drawing.Size(393, 239); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(393, 239); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(361, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0); // // chkExportbarcode // this.chkExportbarcode.AutoSize = true; this.chkExportbarcode.BackColor = System.Drawing.Color.Transparent; this.chkExportbarcode.Checked = true; this.chkExportbarcode.CheckState = System.Windows.Forms.CheckState.Checked; this.chkExportbarcode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkExportbarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkExportbarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkExportbarcode.Fourstates = false; this.chkExportbarcode.IsGreenTick = false; this.chkExportbarcode.Location = new System.Drawing.Point(97, 157); this.chkExportbarcode.Name = "chkExportbarcode"; this.chkExportbarcode.Size = new System.Drawing.Size(111, 21); this.chkExportbarcode.TabIndex = 17; this.chkExportbarcode.Text = "导出产品条形码"; this.chkExportbarcode.UseVisualStyleBackColor = false; this.chkExportbarcode.Visible = false; // // rdoOriginalPiece // this.rdoOriginalPiece.AutoSize = true; this.rdoOriginalPiece.BackColor = System.Drawing.Color.Transparent; this.rdoOriginalPiece.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoOriginalPiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoOriginalPiece.Location = new System.Drawing.Point(97, 124); this.rdoOriginalPiece.Name = "rdoOriginalPiece"; this.rdoOriginalPiece.Size = new System.Drawing.Size(86, 21); this.rdoOriginalPiece.TabIndex = 14; this.rdoOriginalPiece.Tag = "3"; this.rdoOriginalPiece.Text = "选好的原片"; this.rdoOriginalPiece.UseVisualStyleBackColor = false; // // rdoEarlyRepairPiece // this.rdoEarlyRepairPiece.AutoSize = true; this.rdoEarlyRepairPiece.BackColor = System.Drawing.Color.Transparent; this.rdoEarlyRepairPiece.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoEarlyRepairPiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoEarlyRepairPiece.Location = new System.Drawing.Point(97, 91); this.rdoEarlyRepairPiece.Name = "rdoEarlyRepairPiece"; this.rdoEarlyRepairPiece.Size = new System.Drawing.Size(98, 21); this.rdoEarlyRepairPiece.TabIndex = 13; this.rdoEarlyRepairPiece.Tag = "2"; this.rdoEarlyRepairPiece.Text = "选好的初修片"; this.rdoEarlyRepairPiece.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(202, 196); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 12; this.btnCancel.Text = "取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsCustomBackImg = false; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(85, 196); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 11; this.btnOK.Text = "确 定"; this.btnOK.UseVisualStyleBackColor = false; // // rdoAllJingxiu // this.rdoAllJingxiu.AutoSize = true; this.rdoAllJingxiu.BackColor = System.Drawing.Color.Transparent; this.rdoAllJingxiu.Checked = true; this.rdoAllJingxiu.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoAllJingxiu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoAllJingxiu.Location = new System.Drawing.Point(97, 25); this.rdoAllJingxiu.Name = "rdoAllJingxiu"; this.rdoAllJingxiu.Size = new System.Drawing.Size(110, 21); this.rdoAllJingxiu.TabIndex = 14; this.rdoAllJingxiu.Tag = "0"; this.rdoAllJingxiu.Text = "导出全部精修片"; this.rdoAllJingxiu.UseVisualStyleBackColor = false; // // rdoSelectJingxiu // this.rdoSelectJingxiu.AutoSize = true; this.rdoSelectJingxiu.BackColor = System.Drawing.Color.Transparent; this.rdoSelectJingxiu.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoSelectJingxiu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoSelectJingxiu.Location = new System.Drawing.Point(97, 58); this.rdoSelectJingxiu.Name = "rdoSelectJingxiu"; this.rdoSelectJingxiu.Size = new System.Drawing.Size(110, 21); this.rdoSelectJingxiu.TabIndex = 14; this.rdoSelectJingxiu.Tag = "1"; this.rdoSelectJingxiu.Text = "导出选好精修片"; this.rdoSelectJingxiu.UseVisualStyleBackColor = false; // // frmIntensiveExport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(393, 304); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmIntensiveExport"; this.Text = "导出精修片"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion public ComponentLibrary.CheckBoxEx chkExportbarcode; public ComponentLibrary.RadioButtonEx rdoSelectJingxiu; public ComponentLibrary.RadioButtonEx rdoAllJingxiu; public ComponentLibrary.RadioButtonEx rdoOriginalPiece; public ComponentLibrary.RadioButtonEx rdoEarlyRepairPiece; public ComponentLibrary.ButtonEx btnCancel; public ComponentLibrary.ButtonEx btnOK; } }