| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0905
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0905));
- this.tabControl2 = new System.Windows.Forms.TabControl();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lvPic = new System.Windows.Forms.ListView();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.odlgFile = new System.Windows.Forms.OpenFileDialog();
- this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tabControl2.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl2
- //
- this.tabControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.tabControl2.Controls.Add(this.tabPage4);
- this.tabControl2.Location = new System.Drawing.Point(12, 120);
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(524, 177);
- this.tabControl2.TabIndex = 2;
- //
- // tabPage4
- //
- this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
- this.tabPage4.Controls.Add(this.btnUpload);
- this.tabPage4.Controls.Add(this.btnDelete);
- this.tabPage4.Controls.Add(this.lvPic);
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(516, 151);
- this.tabPage4.TabIndex = 1;
- this.tabPage4.Text = "缺陷图片";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // btnUpload
- //
- this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnUpload.BackColor = System.Drawing.Color.Transparent;
- this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
- this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpload.ForeColor = System.Drawing.Color.White;
- this.btnUpload.Location = new System.Drawing.Point(425, 76);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(85, 30);
- this.btnUpload.TabIndex = 116;
- this.btnUpload.Text = "上传图片";
- this.btnUpload.UseVisualStyleBackColor = false;
- this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
- //
- // btnDelete
- //
- this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
- this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.Location = new System.Drawing.Point(425, 40);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 30);
- this.btnDelete.TabIndex = 115;
- this.btnDelete.Text = "删除图片";
- this.btnDelete.UseVisualStyleBackColor = false;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // lvPic
- //
- this.lvPic.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.lvPic.Location = new System.Drawing.Point(3, 6);
- this.lvPic.Name = "lvPic";
- this.lvPic.Size = new System.Drawing.Size(416, 139);
- this.lvPic.TabIndex = 112;
- this.lvPic.UseCompatibleStateImageBehavior = false;
- //
- // btnSave
- //
- 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(361, 303);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- 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(452, 303);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // lblDuty
- //
- this.lblDuty.AutoSize = true;
- this.lblDuty.BackColor = System.Drawing.Color.Transparent;
- this.lblDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDuty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblDuty.IsMustInput = true;
- this.lblDuty.Location = new System.Drawing.Point(35, 16);
- this.lblDuty.Name = "lblDuty";
- this.lblDuty.Size = new System.Drawing.Size(29, 12);
- this.lblDuty.TabIndex = 4;
- this.lblDuty.Text = "缺陷";
- //
- // dropDuty
- //
- this.dropDuty.BackColor = System.Drawing.SystemColors.Window;
- this.dropDuty.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropDuty.DataSource = null;
- this.dropDuty.DisplayMember = null;
- this.dropDuty.ErrorMessage = "";
- this.dropDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropDuty.IsSetPosition = false;
- this.dropDuty.Location = new System.Drawing.Point(70, 12);
- this.dropDuty.Name = "dropDuty";
- this.dropDuty.PromptBackColor = System.Drawing.Color.Snow;
- this.dropDuty.PromptForeColor = System.Drawing.Color.Gray;
- this.dropDuty.SelectedValue = "";
- this.dropDuty.Size = new System.Drawing.Size(160, 21);
- this.dropDuty.TabIndex = 6;
- this.dropDuty.ValueMember = null;
- this.dropDuty.Validating += new System.ComponentModel.CancelEventHandler(this.dropDuty_Validating);
- //
- // lblDefectLocation
- //
- this.lblDefectLocation.AutoSize = true;
- this.lblDefectLocation.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblDefectLocation.IsMustInput = true;
- this.lblDefectLocation.Location = new System.Drawing.Point(253, 16);
- this.lblDefectLocation.Name = "lblDefectLocation";
- this.lblDefectLocation.Size = new System.Drawing.Size(53, 12);
- this.lblDefectLocation.TabIndex = 7;
- this.lblDefectLocation.Text = "缺陷位置";
- //
- // dropDefectLocation
- //
- this.dropDefectLocation.BackColor = System.Drawing.SystemColors.Window;
- this.dropDefectLocation.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropDefectLocation.DataSource = null;
- this.dropDefectLocation.DisplayMember = null;
- this.dropDefectLocation.ErrorMessage = "";
- this.dropDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropDefectLocation.IsSetPosition = false;
- this.dropDefectLocation.Location = new System.Drawing.Point(310, 12);
- this.dropDefectLocation.Name = "dropDefectLocation";
- this.dropDefectLocation.PromptBackColor = System.Drawing.Color.Snow;
- this.dropDefectLocation.PromptForeColor = System.Drawing.Color.Gray;
- this.dropDefectLocation.SelectedValue = "";
- this.dropDefectLocation.Size = new System.Drawing.Size(160, 21);
- this.dropDefectLocation.TabIndex = 8;
- this.dropDefectLocation.ValueMember = null;
- this.dropDefectLocation.Validating += new System.ComponentModel.CancelEventHandler(this.dropDefectLocation_Validating);
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(35, 77);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 15;
- this.lblRemarks.Text = "备注";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(70, 74);
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(400, 33);
- this.txtRemarks.TabIndex = 16;
- this.txtRemarks.TextValue = "";
- //
- // odlgFile
- //
- this.odlgFile.FileName = "openFileDialog1";
- //
- // cmbDefectFine
- //
- this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window;
- this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbDefectFine.FormattingEnabled = true;
- this.cmbDefectFine.Location = new System.Drawing.Point(70, 42);
- this.cmbDefectFine.Name = "cmbDefectFine";
- this.cmbDefectFine.Size = new System.Drawing.Size(160, 20);
- this.cmbDefectFine.TabIndex = 19;
- //
- // lblDefectFine
- //
- this.lblDefectFine.AutoSize = true;
- this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblDefectFine.Location = new System.Drawing.Point(11, 45);
- this.lblDefectFine.Name = "lblDefectFine";
- this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
- this.lblDefectFine.TabIndex = 20;
- this.lblDefectFine.Text = "缺陷扣罚";
- //
- // F_PM_0905
- //
- 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(542, 372);
- this.Controls.Add(this.lblDefectFine);
- this.Controls.Add(this.cmbDefectFine);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.lblRemarks);
- this.Controls.Add(this.dropDefectLocation);
- this.Controls.Add(this.lblDefectLocation);
- this.Controls.Add(this.dropDuty);
- this.Controls.Add(this.lblDuty);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.tabControl2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_0905";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PM_0905";
- this.Load += new System.EventHandler(this.F_PM_0905_Load);
- this.Controls.SetChildIndex(this.tabControl2, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.lblDuty, 0);
- this.Controls.SetChildIndex(this.dropDuty, 0);
- this.Controls.SetChildIndex(this.lblDefectLocation, 0);
- this.Controls.SetChildIndex(this.dropDefectLocation, 0);
- this.Controls.SetChildIndex(this.lblRemarks, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.cmbDefectFine, 0);
- this.Controls.SetChildIndex(this.lblDefectFine, 0);
- this.tabControl2.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl2;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.ListView lvPic;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Label lblDuty;
- private Basics.BaseControls.C_TXT_DropDownList dropDuty;
- private Basics.BaseControls.C_Label lblDefectLocation;
- private Basics.BaseControls.C_TXT_DropDownList dropDefectLocation;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Button btnUpload;
- private Basics.BaseControls.C_Button btnDelete;
- private System.Windows.Forms.OpenFileDialog odlgFile;
- private Basics.BaseControls.C_ComboBox cmbDefectFine;
- private Basics.BaseControls.C_Label lblDefectFine;
- }
- }
|