| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0203
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0203));
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnExpImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.flowBox = new Dongke.IBOSS.Basics.FlowSetting.FlowBox();
- this.lblLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtFlowWidth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtFlowHeigth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.btnFlowSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnLine = new System.Windows.Forms.Button();
- this.btnCheck = new System.Windows.Forms.Button();
- this.btnPiece = new System.Windows.Forms.Button();
- this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btnClose);
- this.panel2.Controls.Add(this.btnExpImage);
- this.panel2.Controls.Add(this.btnSave);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(170, 345);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(565, 44);
- this.panel2.TabIndex = 5;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(468, 6);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 2;
- this.btnClose.Text = "关闭(&X)";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnExpImage
- //
- this.btnExpImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnExpImage.BackColor = System.Drawing.Color.Transparent;
- this.btnExpImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExpImage.BackgroundImage")));
- this.btnExpImage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExpImage.ForeColor = System.Drawing.Color.White;
- this.btnExpImage.Location = new System.Drawing.Point(6, 6);
- this.btnExpImage.Name = "btnExpImage";
- this.btnExpImage.Size = new System.Drawing.Size(85, 30);
- this.btnExpImage.TabIndex = 9;
- this.btnExpImage.Text = "导出图片";
- this.btnExpImage.UseVisualStyleBackColor = false;
- this.btnExpImage.Click += new System.EventHandler(this.btnExpImage_Click);
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(377, 6);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 9;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // flowBox
- //
- this.flowBox.BoxMode = Dongke.IBOSS.Basics.FlowSetting.FlowBoxMode.Edit;
- this.flowBox.CanvasBackgroundImage = ((System.Drawing.Image)(resources.GetObject("flowBox.CanvasBackgroundImage")));
- this.flowBox.CanvasSize = new System.Drawing.Size(800, 600);
- this.flowBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flowBox.FlowName = null;
- this.flowBox.Location = new System.Drawing.Point(170, 0);
- this.flowBox.Name = "flowBox";
- this.flowBox.Size = new System.Drawing.Size(565, 345);
- this.flowBox.TabIndex = 7;
- //
- // lblLineCode
- //
- this.lblLineCode.AutoSize = true;
- this.lblLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblLineCode.Location = new System.Drawing.Point(13, 13);
- this.lblLineCode.Name = "lblLineCode";
- this.lblLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblLineCode.TabIndex = 0;
- this.lblLineCode.Text = "生产线编码";
- //
- // txtLineCode
- //
- this.txtLineCode.BackColor = System.Drawing.SystemColors.Control;
- this.txtLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtLineCode.ErrorMessage = "";
- this.txtLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLineCode.Location = new System.Drawing.Point(15, 29);
- this.txtLineCode.Name = "txtLineCode";
- this.txtLineCode.ReadOnly = true;
- this.txtLineCode.Size = new System.Drawing.Size(141, 21);
- this.txtLineCode.TabIndex = 1;
- this.txtLineCode.TextValue = "";
- //
- // 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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(13, 99);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 2;
- this.c_Label2.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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(53, 124);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(11, 12);
- this.c_Label1.TabIndex = 2;
- this.c_Label1.Text = "X";
- //
- // txtFlowWidth
- //
- this.txtFlowWidth.BackColor = System.Drawing.SystemColors.Window;
- this.txtFlowWidth.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtFlowWidth.DataValue = new decimal(new int[] {
- 2000,
- 0,
- 0,
- 0});
- this.txtFlowWidth.ErrorMessage = "";
- this.txtFlowWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFlowWidth.HasComma = false;
- this.txtFlowWidth.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtFlowWidth.IsMustInput = true;
- this.txtFlowWidth.Location = new System.Drawing.Point(12, 121);
- this.txtFlowWidth.MaxValue = new decimal(new int[] {
- 2000,
- 0,
- 0,
- 0});
- this.txtFlowWidth.MinValue = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- this.txtFlowWidth.Name = "txtFlowWidth";
- this.txtFlowWidth.Number = new System.Drawing.Point(4, 0);
- this.txtFlowWidth.Size = new System.Drawing.Size(35, 21);
- this.txtFlowWidth.TabIndex = 3;
- this.txtFlowWidth.Text = "2000";
- this.txtFlowWidth.TextValue = "2000";
- //
- // txtFlowHeigth
- //
- this.txtFlowHeigth.BackColor = System.Drawing.SystemColors.Window;
- this.txtFlowHeigth.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtFlowHeigth.DataValue = new decimal(new int[] {
- 2000,
- 0,
- 0,
- 0});
- this.txtFlowHeigth.ErrorMessage = "";
- this.txtFlowHeigth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFlowHeigth.HasComma = false;
- this.txtFlowHeigth.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtFlowHeigth.Location = new System.Drawing.Point(73, 121);
- this.txtFlowHeigth.MaxValue = new decimal(new int[] {
- 2000,
- 0,
- 0,
- 0});
- this.txtFlowHeigth.MinValue = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- this.txtFlowHeigth.Name = "txtFlowHeigth";
- this.txtFlowHeigth.Number = new System.Drawing.Point(4, 0);
- this.txtFlowHeigth.Size = new System.Drawing.Size(35, 21);
- this.txtFlowHeigth.TabIndex = 4;
- this.txtFlowHeigth.Text = "2000";
- this.txtFlowHeigth.TextValue = "2000";
- //
- // btnFlowSetting
- //
- this.btnFlowSetting.BackColor = System.Drawing.Color.Transparent;
- this.btnFlowSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFlowSetting.BackgroundImage")));
- this.btnFlowSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnFlowSetting.ForeColor = System.Drawing.Color.White;
- this.btnFlowSetting.Location = new System.Drawing.Point(114, 115);
- this.btnFlowSetting.Name = "btnFlowSetting";
- this.btnFlowSetting.Size = new System.Drawing.Size(42, 30);
- this.btnFlowSetting.TabIndex = 5;
- this.btnFlowSetting.Text = "设置";
- this.btnFlowSetting.UseVisualStyleBackColor = false;
- this.btnFlowSetting.Click += new System.EventHandler(this.btnFlowSetting_Click);
- //
- // lblLineName
- //
- this.lblLineName.AutoSize = true;
- this.lblLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblLineName.Location = new System.Drawing.Point(13, 55);
- this.lblLineName.Name = "lblLineName";
- this.lblLineName.Size = new System.Drawing.Size(65, 12);
- this.lblLineName.TabIndex = 5;
- this.lblLineName.Text = "生产线名称";
- //
- // txtLineName
- //
- this.txtLineName.BackColor = System.Drawing.SystemColors.Control;
- this.txtLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLineName.ErrorMessage = "";
- this.txtLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLineName.Location = new System.Drawing.Point(15, 71);
- this.txtLineName.Name = "txtLineName";
- this.txtLineName.ReadOnly = true;
- this.txtLineName.Size = new System.Drawing.Size(141, 21);
- this.txtLineName.TabIndex = 2;
- this.txtLineName.TextValue = "";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.btnLine);
- this.panel1.Controls.Add(this.btnCheck);
- this.panel1.Controls.Add(this.btnPiece);
- this.panel1.Controls.Add(this.txtLineName);
- this.panel1.Controls.Add(this.lblLineName);
- this.panel1.Controls.Add(this.btnFlowSetting);
- this.panel1.Controls.Add(this.txtFlowHeigth);
- this.panel1.Controls.Add(this.txtFlowWidth);
- this.panel1.Controls.Add(this.c_Label1);
- this.panel1.Controls.Add(this.c_Label2);
- this.panel1.Controls.Add(this.txtLineCode);
- this.panel1.Controls.Add(this.lblLineCode);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(170, 389);
- this.panel1.TabIndex = 6;
- //
- // btnLine
- //
- this.btnLine.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLine.BackgroundImage")));
- this.btnLine.Location = new System.Drawing.Point(102, 148);
- this.btnLine.Name = "btnLine";
- this.btnLine.Size = new System.Drawing.Size(32, 32);
- this.btnLine.TabIndex = 8;
- this.btnLine.UseVisualStyleBackColor = true;
- this.btnLine.Click += new System.EventHandler(this.btnLine_Click);
- //
- // btnCheck
- //
- this.btnCheck.BackColor = System.Drawing.SystemColors.Control;
- this.btnCheck.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCheck.BackgroundImage")));
- this.btnCheck.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnCheck.Location = new System.Drawing.Point(57, 148);
- this.btnCheck.Name = "btnCheck";
- this.btnCheck.Size = new System.Drawing.Size(32, 32);
- this.btnCheck.TabIndex = 7;
- this.btnCheck.UseVisualStyleBackColor = false;
- this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
- //
- // btnPiece
- //
- this.btnPiece.BackColor = System.Drawing.SystemColors.Control;
- this.btnPiece.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPiece.BackgroundImage")));
- this.btnPiece.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnPiece.Location = new System.Drawing.Point(12, 148);
- this.btnPiece.Name = "btnPiece";
- this.btnPiece.Size = new System.Drawing.Size(32, 32);
- this.btnPiece.TabIndex = 6;
- this.btnPiece.UseVisualStyleBackColor = false;
- this.btnPiece.Click += new System.EventHandler(this.btnPiece_Click);
- //
- // saveFileDialog1
- //
- this.saveFileDialog1.DefaultExt = "png";
- //
- // F_PC_0203
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(735, 411);
- this.Controls.Add(this.flowBox);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.IsSaveFormSize = false;
- this.Name = "F_PC_0203";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "生产线配置";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PC_0203_FormClosing);
- this.Load += new System.EventHandler(this.F_PC_0203_Load);
- this.Controls.SetChildIndex(this.panel1, 0);
- this.Controls.SetChildIndex(this.panel2, 0);
- this.Controls.SetChildIndex(this.flowBox, 0);
- this.panel2.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_Button btnSave;
- private IBOSS.Basics.FlowSetting.FlowBox flowBox;
- private Basics.BaseControls.C_Label lblLineCode;
- private Basics.BaseControls.C_TextBox txtLineCode;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TXT_Digital txtFlowWidth;
- private Basics.BaseControls.C_TXT_Digital txtFlowHeigth;
- private Basics.BaseControls.C_Button btnFlowSetting;
- private Basics.BaseControls.C_Label lblLineName;
- private Basics.BaseControls.C_TextBox txtLineName;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnPiece;
- private System.Windows.Forms.Button btnLine;
- private System.Windows.Forms.Button btnCheck;
- private Basics.BaseControls.C_Button btnExpImage;
- private System.Windows.Forms.SaveFileDialog saveFileDialog1;
- }
- }
|