123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- namespace LYFZ.Software.UI.DoorCityProcess
- {
- partial class frmIntensiveExport
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- 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();
-
-
-
- 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);
-
-
-
- this.plFormMainContent.Size = new System.Drawing.Size(393, 239);
-
-
-
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(361, 0);
-
-
-
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
- }
- }
|