1 Star 1 Fork 2

zyb518/winform_mdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app_out.Designer.cs 18.41 KB
一键复制 编辑 原始数据 按行查看 历史
zyb518 提交于 2016-12-11 20:31 . first commit
namespace apparatus
{
partial class app_out
{
/// <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();
this.panel1 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.db1DataSet = new apparatus.db1DataSet();
this.apparatusreceiveviewBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.apparatus_receive_viewTableAdapter = new apparatus.db1DataSetTableAdapters.apparatus_receive_viewTableAdapter();
this.button3 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.apparatusreceivenumber1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.date1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.apparatusreceiveperson1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.receiptor1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memo1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mainnumber1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.name1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.type1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unit1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mainperson1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.testno1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label3 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.db1DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.apparatusreceiveviewBindingSource)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.dateTimePicker1);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
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(636, 83);
this.panel1.TabIndex = 1;
//
// button2
//
this.button2.Location = new System.Drawing.Point(324, 45);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 11;
this.button2.Text = "提交";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(324, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 10;
this.button1.Text = "提交";
this.button1.UseVisualStyleBackColor = true;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(103, 47);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(196, 21);
this.textBox2.TabIndex = 9;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(103, 4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(196, 21);
this.textBox1.TabIndex = 8;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(26, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 7;
this.label2.Text = "输入仪表号:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(44, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 6;
this.label1.Text = "输入单号:";
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.Controls.Add(this.button3);
this.panel3.Location = new System.Drawing.Point(0, 282);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(636, 48);
this.panel3.TabIndex = 3;
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(0, 333);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(636, 22);
this.statusStrip1.TabIndex = 4;
this.statusStrip1.Text = "statusStrip1";
//
// db1DataSet
//
this.db1DataSet.DataSetName = "db1DataSet";
this.db1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// apparatusreceiveviewBindingSource
//
this.apparatusreceiveviewBindingSource.DataMember = "apparatus_receive_view";
this.apparatusreceiveviewBindingSource.DataSource = this.db1DataSet;
//
// apparatus_receive_viewTableAdapter
//
this.apparatus_receive_viewTableAdapter.ClearBeforeFill = true;
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Location = new System.Drawing.Point(549, 12);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 0;
this.button3.Text = "确认发货";
this.button3.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.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.panel2.Controls.Add(this.dataGridView1);
this.panel2.Location = new System.Drawing.Point(0, 89);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(636, 187);
this.panel2.TabIndex = 5;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.apparatusreceivenumber1DataGridViewTextBoxColumn,
this.date1DataGridViewTextBoxColumn,
this.apparatusreceiveperson1DataGridViewTextBoxColumn,
this.receiptor1DataGridViewTextBoxColumn,
this.memo1DataGridViewTextBoxColumn,
this.mainnumber1DataGridViewTextBoxColumn,
this.name1DataGridViewTextBoxColumn,
this.type1DataGridViewTextBoxColumn,
this.unit1DataGridViewTextBoxColumn,
this.mainperson1DataGridViewTextBoxColumn,
this.testno1DataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.apparatusreceiveviewBindingSource;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(636, 187);
this.dataGridView1.TabIndex = 7;
//
// Column1
//
this.Column1.HeaderText = "发货";
this.Column1.Name = "Column1";
this.Column1.Width = 50;
//
// apparatusreceivenumber1DataGridViewTextBoxColumn
//
this.apparatusreceivenumber1DataGridViewTextBoxColumn.DataPropertyName = "apparatus_receive_number1";
this.apparatusreceivenumber1DataGridViewTextBoxColumn.HeaderText = "apparatus_receive_number1";
this.apparatusreceivenumber1DataGridViewTextBoxColumn.Name = "apparatusreceivenumber1DataGridViewTextBoxColumn";
//
// date1DataGridViewTextBoxColumn
//
this.date1DataGridViewTextBoxColumn.DataPropertyName = "date1";
this.date1DataGridViewTextBoxColumn.HeaderText = "date1";
this.date1DataGridViewTextBoxColumn.Name = "date1DataGridViewTextBoxColumn";
//
// apparatusreceiveperson1DataGridViewTextBoxColumn
//
this.apparatusreceiveperson1DataGridViewTextBoxColumn.DataPropertyName = "apparatus_receive_person1";
this.apparatusreceiveperson1DataGridViewTextBoxColumn.HeaderText = "apparatus_receive_person1";
this.apparatusreceiveperson1DataGridViewTextBoxColumn.Name = "apparatusreceiveperson1DataGridViewTextBoxColumn";
//
// receiptor1DataGridViewTextBoxColumn
//
this.receiptor1DataGridViewTextBoxColumn.DataPropertyName = "receiptor1";
this.receiptor1DataGridViewTextBoxColumn.HeaderText = "receiptor1";
this.receiptor1DataGridViewTextBoxColumn.Name = "receiptor1DataGridViewTextBoxColumn";
//
// memo1DataGridViewTextBoxColumn
//
this.memo1DataGridViewTextBoxColumn.DataPropertyName = "memo1";
this.memo1DataGridViewTextBoxColumn.HeaderText = "memo1";
this.memo1DataGridViewTextBoxColumn.Name = "memo1DataGridViewTextBoxColumn";
//
// mainnumber1DataGridViewTextBoxColumn
//
this.mainnumber1DataGridViewTextBoxColumn.DataPropertyName = "main_number1";
this.mainnumber1DataGridViewTextBoxColumn.HeaderText = "main_number1";
this.mainnumber1DataGridViewTextBoxColumn.Name = "mainnumber1DataGridViewTextBoxColumn";
//
// name1DataGridViewTextBoxColumn
//
this.name1DataGridViewTextBoxColumn.DataPropertyName = "name1";
this.name1DataGridViewTextBoxColumn.HeaderText = "name1";
this.name1DataGridViewTextBoxColumn.Name = "name1DataGridViewTextBoxColumn";
//
// type1DataGridViewTextBoxColumn
//
this.type1DataGridViewTextBoxColumn.DataPropertyName = "type1";
this.type1DataGridViewTextBoxColumn.HeaderText = "type1";
this.type1DataGridViewTextBoxColumn.Name = "type1DataGridViewTextBoxColumn";
//
// unit1DataGridViewTextBoxColumn
//
this.unit1DataGridViewTextBoxColumn.DataPropertyName = "unit1";
this.unit1DataGridViewTextBoxColumn.HeaderText = "unit1";
this.unit1DataGridViewTextBoxColumn.Name = "unit1DataGridViewTextBoxColumn";
//
// mainperson1DataGridViewTextBoxColumn
//
this.mainperson1DataGridViewTextBoxColumn.DataPropertyName = "main_person1";
this.mainperson1DataGridViewTextBoxColumn.HeaderText = "main_person1";
this.mainperson1DataGridViewTextBoxColumn.Name = "mainperson1DataGridViewTextBoxColumn";
//
// testno1DataGridViewTextBoxColumn
//
this.testno1DataGridViewTextBoxColumn.DataPropertyName = "testno1";
this.testno1DataGridViewTextBoxColumn.HeaderText = "testno1";
this.testno1DataGridViewTextBoxColumn.Name = "testno1DataGridViewTextBoxColumn";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(437, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 12;
this.label3.Text = "日期:";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(475, 52);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(122, 21);
this.dateTimePicker1.TabIndex = 13;
//
// app_out
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(636, 355);
this.Controls.Add(this.panel2);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Name = "app_out";
this.Text = "仪表出货";
this.Load += new System.EventHandler(this.app_out_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.db1DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.apparatusreceiveviewBindingSource)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.StatusStrip statusStrip1;
private db1DataSet db1DataSet;
private System.Windows.Forms.BindingSource apparatusreceiveviewBindingSource;
private apparatus.db1DataSetTableAdapters.apparatus_receive_viewTableAdapter apparatus_receive_viewTableAdapter;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn apparatusreceivenumber1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn date1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn apparatusreceiveperson1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn receiptor1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn memo1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn mainnumber1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn name1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn type1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn unit1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn mainperson1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn testno1DataGridViewTextBoxColumn;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zyb518/winform_mdb.git
git@gitee.com:zyb518/winform_mdb.git
zyb518
winform_mdb
winform_mdb
master

搜索帮助