| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- namespace Core.StlMes.Client.LgResMgt.Mcms
- {
- partial class frmLocalTruckImageShow
- {
- /// <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.cmbRecordNo = new System.Windows.Forms.ComboBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.labWeightNo = new System.Windows.Forms.Label();
- this.pnlpic2 = new System.Windows.Forms.Panel();
- this.pnlpicMax = new System.Windows.Forms.Panel();
- this.picMax = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- this.pnlpicMax.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picMax)).BeginInit();
- this.SuspendLayout();
- //
- // cmbRecordNo
- //
- this.cmbRecordNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbRecordNo.FormattingEnabled = true;
- this.cmbRecordNo.Location = new System.Drawing.Point(162, 24);
- this.cmbRecordNo.Name = "cmbRecordNo";
- this.cmbRecordNo.Size = new System.Drawing.Size(178, 23);
- this.cmbRecordNo.TabIndex = 0;
- this.cmbRecordNo.SelectedIndexChanged += new System.EventHandler(this.cmbRecordNo_SelectedIndexChanged);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.textBox1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.labWeightNo);
- this.panel1.Controls.Add(this.cmbRecordNo);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1344, 52);
- this.panel1.TabIndex = 1;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(503, 24);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(321, 25);
- this.textBox1.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(382, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(112, 15);
- this.label1.TabIndex = 2;
- this.label1.Text = "图片本地路径:";
- //
- // labWeightNo
- //
- this.labWeightNo.AutoSize = true;
- this.labWeightNo.Location = new System.Drawing.Point(41, 27);
- this.labWeightNo.Name = "labWeightNo";
- this.labWeightNo.Size = new System.Drawing.Size(82, 15);
- this.labWeightNo.TabIndex = 1;
- this.labWeightNo.Text = "称重单号:";
- //
- // pnlpic2
- //
- this.pnlpic2.Dock = System.Windows.Forms.DockStyle.Right;
- this.pnlpic2.Location = new System.Drawing.Point(1071, 52);
- this.pnlpic2.Name = "pnlpic2";
- this.pnlpic2.Size = new System.Drawing.Size(273, 671);
- this.pnlpic2.TabIndex = 2;
- //
- // pnlpicMax
- //
- this.pnlpicMax.Controls.Add(this.picMax);
- this.pnlpicMax.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlpicMax.Location = new System.Drawing.Point(0, 52);
- this.pnlpicMax.Name = "pnlpicMax";
- this.pnlpicMax.Size = new System.Drawing.Size(1071, 671);
- this.pnlpicMax.TabIndex = 3;
- //
- // picMax
- //
- this.picMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.picMax.Dock = System.Windows.Forms.DockStyle.Fill;
- this.picMax.Location = new System.Drawing.Point(0, 0);
- this.picMax.Name = "picMax";
- this.picMax.Size = new System.Drawing.Size(1071, 671);
- this.picMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picMax.TabIndex = 0;
- this.picMax.TabStop = false;
- //
- // frmLocalTruckImageShow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1344, 723);
- this.Controls.Add(this.pnlpicMax);
- this.Controls.Add(this.pnlpic2);
- this.Controls.Add(this.panel1);
- this.Name = "frmLocalTruckImageShow";
- this.Text = "frmLocalTruckImageShow";
- this.Load += new System.EventHandler(this.frmLocalTruckImageShow_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.pnlpicMax.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picMax)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox cmbRecordNo;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label labWeightNo;
- private System.Windows.Forms.Panel pnlpic2;
- private System.Windows.Forms.Panel pnlpicMax;
- private System.Windows.Forms.PictureBox picMax;
- }
- }
|