StockInQuiry/StockInQuiry/PriceInquiryForm.Designer.cs
2025-02-21 10:04:06 +08:00

376 lines
18 KiB
C#

namespace StockInQuiry
{
partial class PriceInquiryForm
{
/// <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(PriceInquiryForm));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.code = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.materialCode = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.price = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.panel10 = new System.Windows.Forms.Panel();
this.inventoryDate = new System.Windows.Forms.Label();
this.panel13 = new System.Windows.Forms.Panel();
this.label11 = new System.Windows.Forms.Label();
this.panel16 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.panel14 = new System.Windows.Forms.Panel();
this.state = new System.Windows.Forms.Label();
this.panel15 = new System.Windows.Forms.Panel();
this.label13 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel10.SuspendLayout();
this.panel13.SuspendLayout();
this.panel16.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.panel14.SuspendLayout();
this.panel15.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(845, 76);
this.panel1.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(19, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(153, 37);
this.label1.TabIndex = 0;
this.label1.Text = "价 格 信 息";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel3.Controls.Add(this.code);
this.panel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel3.Location = new System.Drawing.Point(239, 106);
this.panel3.Margin = new System.Windows.Forms.Padding(10);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(591, 60);
this.panel3.TabIndex = 7;
//
// code
//
this.code.AutoSize = true;
this.code.Location = new System.Drawing.Point(30, 15);
this.code.Name = "code";
this.code.Size = new System.Drawing.Size(84, 28);
this.code.TabIndex = 0;
this.code.Text = "--------";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel2.Controls.Add(this.materialCode);
this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel2.Location = new System.Drawing.Point(35, 106);
this.panel2.Margin = new System.Windows.Forms.Padding(10);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(206, 60);
this.panel2.TabIndex = 6;
//
// materialCode
//
this.materialCode.AutoSize = true;
this.materialCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.materialCode.Location = new System.Drawing.Point(68, 15);
this.materialCode.Name = "materialCode";
this.materialCode.Size = new System.Drawing.Size(66, 28);
this.materialCode.TabIndex = 0;
this.materialCode.Text = "编 码";
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.Transparent;
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel5.Controls.Add(this.price);
this.panel5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel5.Location = new System.Drawing.Point(239, 186);
this.panel5.Margin = new System.Windows.Forms.Padding(10);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(591, 60);
this.panel5.TabIndex = 8;
//
// price
//
this.price.AutoSize = true;
this.price.Location = new System.Drawing.Point(30, 14);
this.price.Name = "price";
this.price.Size = new System.Drawing.Size(84, 28);
this.price.TabIndex = 1;
this.price.Text = "--------";
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel4.Controls.Add(this.label9);
this.panel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel4.Location = new System.Drawing.Point(36, 186);
this.panel4.Margin = new System.Windows.Forms.Padding(10);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(208, 60);
this.panel4.TabIndex = 9;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(68, 14);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(66, 28);
this.label9.TabIndex = 1;
this.label9.Text = "价 格";
//
// panel10
//
this.panel10.BackColor = System.Drawing.Color.Transparent;
this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel10.Controls.Add(this.inventoryDate);
this.panel10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel10.Location = new System.Drawing.Point(241, 266);
this.panel10.Margin = new System.Windows.Forms.Padding(10);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(589, 60);
this.panel10.TabIndex = 16;
//
// inventoryDate
//
this.inventoryDate.AutoSize = true;
this.inventoryDate.Location = new System.Drawing.Point(30, 15);
this.inventoryDate.Name = "inventoryDate";
this.inventoryDate.Size = new System.Drawing.Size(84, 28);
this.inventoryDate.TabIndex = 3;
this.inventoryDate.Text = "--------";
//
// panel13
//
this.panel13.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel13.Controls.Add(this.label11);
this.panel13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel13.Location = new System.Drawing.Point(37, 266);
this.panel13.Margin = new System.Windows.Forms.Padding(10);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(206, 60);
this.panel13.TabIndex = 17;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(29, 13);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(138, 28);
this.label11.TabIndex = 1;
this.label11.Text = "价格更新日期";
//
// panel16
//
this.panel16.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel16.Controls.Add(this.pictureBox1);
this.panel16.Controls.Add(this.pictureBox2);
this.panel16.Controls.Add(this.pictureBox3);
this.panel16.Location = new System.Drawing.Point(13, 425);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(844, 76);
this.panel16.TabIndex = 19;
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(597, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(52, 52);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 11;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox2.Image = global::StockInQuiry.Properties.Resources.;
this.pictureBox2.Location = new System.Drawing.Point(657, 14);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(163, 50);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 12;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox3.Image = global::StockInQuiry.Properties.Resources.logo;
this.pictureBox3.Location = new System.Drawing.Point(14, 14);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(100, 50);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox3.TabIndex = 13;
this.pictureBox3.TabStop = false;
//
// panel14
//
this.panel14.BackColor = System.Drawing.Color.Transparent;
this.panel14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel14.Controls.Add(this.state);
this.panel14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel14.Location = new System.Drawing.Point(240, 346);
this.panel14.Margin = new System.Windows.Forms.Padding(10);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(590, 60);
this.panel14.TabIndex = 21;
//
// state
//
this.state.AutoSize = true;
this.state.Location = new System.Drawing.Point(32, 15);
this.state.Name = "state";
this.state.Size = new System.Drawing.Size(84, 28);
this.state.TabIndex = 6;
this.state.Text = "--------";
//
// panel15
//
this.panel15.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel15.Controls.Add(this.label13);
this.panel15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel15.Location = new System.Drawing.Point(37, 346);
this.panel15.Margin = new System.Windows.Forms.Padding(10);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(206, 60);
this.panel15.TabIndex = 20;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(66, 13);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(66, 28);
this.label13.TabIndex = 1;
this.label13.Text = "状 态";
//
// PriceInquiryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.ClientSize = new System.Drawing.Size(865, 509);
this.Controls.Add(this.panel14);
this.Controls.Add(this.panel15);
this.Controls.Add(this.panel16);
this.Controls.Add(this.panel10);
this.Controls.Add(this.panel13);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PriceInquiryForm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
this.panel16.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.panel14.ResumeLayout(false);
this.panel14.PerformLayout();
this.panel15.ResumeLayout(false);
this.panel15.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label code;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label materialCode;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label price;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Label inventoryDate;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Panel panel16;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Label state;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Label label13;
}
}