|
|
|
@ -29,80 +29,47 @@
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.Controlpanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.AddMaterialTypeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.Datapanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.DeleteMaterialTypeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.MaterialTypeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.MaterialChildTypeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.DeleteMaterialChildTypeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.AddMaterialChildTypeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.MaterialTypeDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.MaterialTypeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.DeleteMaterialTypeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.AddMaterialTypeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.Datapanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.MaterialChildTypeDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.ChildId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialChildTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.MaterialTypeDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Controlpanel.SuspendLayout();
|
|
|
|
|
this.Datapanel.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.Datapanel.SuspendLayout();
|
|
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MaterialTypeDataGridView)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MaterialChildTypeDataGridView)).BeginInit();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MaterialTypeDataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// Controlpanel
|
|
|
|
|
//
|
|
|
|
|
this.Controlpanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Controlpanel.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controlpanel.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controlpanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.Controlpanel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.Controlpanel.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.Controlpanel.Name = "Controlpanel";
|
|
|
|
|
this.Controlpanel.Size = new System.Drawing.Size(1145, 79);
|
|
|
|
|
this.Controlpanel.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// AddMaterialTypeButton
|
|
|
|
|
//
|
|
|
|
|
this.AddMaterialTypeButton.Location = new System.Drawing.Point(6, 20);
|
|
|
|
|
this.AddMaterialTypeButton.Name = "AddMaterialTypeButton";
|
|
|
|
|
this.AddMaterialTypeButton.Size = new System.Drawing.Size(97, 42);
|
|
|
|
|
this.AddMaterialTypeButton.TabIndex = 0;
|
|
|
|
|
this.AddMaterialTypeButton.Text = "物料类型添加";
|
|
|
|
|
this.AddMaterialTypeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AddMaterialTypeButton.Click += new System.EventHandler(this.AddMaterialTypeButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// Datapanel
|
|
|
|
|
//
|
|
|
|
|
this.Datapanel.Controls.Add(this.groupBox4);
|
|
|
|
|
this.Datapanel.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Datapanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.Datapanel.Location = new System.Drawing.Point(0, 79);
|
|
|
|
|
this.Datapanel.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.Datapanel.Name = "Datapanel";
|
|
|
|
|
this.Datapanel.Size = new System.Drawing.Size(1145, 710);
|
|
|
|
|
this.Datapanel.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.MaterialTypeTextBox);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.DeleteMaterialTypeButton);
|
|
|
|
|
this.groupBox1.Controls.Add(this.AddMaterialTypeButton);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(569, 73);
|
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "物料类别控制";
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.MaterialChildTypeTextBox);
|
|
|
|
@ -116,52 +83,6 @@
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "物料子类别控制";
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.MaterialTypeDataGridView);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(569, 704);
|
|
|
|
|
this.groupBox3.TabIndex = 1;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "物料类别";
|
|
|
|
|
//
|
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.MaterialChildTypeDataGridView);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(578, 3);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(564, 704);
|
|
|
|
|
this.groupBox4.TabIndex = 2;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "物料子类别";
|
|
|
|
|
//
|
|
|
|
|
// DeleteMaterialTypeButton
|
|
|
|
|
//
|
|
|
|
|
this.DeleteMaterialTypeButton.Location = new System.Drawing.Point(468, 20);
|
|
|
|
|
this.DeleteMaterialTypeButton.Name = "DeleteMaterialTypeButton";
|
|
|
|
|
this.DeleteMaterialTypeButton.Size = new System.Drawing.Size(95, 42);
|
|
|
|
|
this.DeleteMaterialTypeButton.TabIndex = 1;
|
|
|
|
|
this.DeleteMaterialTypeButton.Text = "物料类型删除";
|
|
|
|
|
this.DeleteMaterialTypeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DeleteMaterialTypeButton.Click += new System.EventHandler(this.DeleteMaterialTypeButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(107, 20);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(101, 12);
|
|
|
|
|
this.label1.TabIndex = 2;
|
|
|
|
|
this.label1.Text = "要添加类型的名称";
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeTextBox.Location = new System.Drawing.Point(109, 41);
|
|
|
|
|
this.MaterialTypeTextBox.Name = "MaterialTypeTextBox";
|
|
|
|
|
this.MaterialTypeTextBox.Size = new System.Drawing.Size(99, 21);
|
|
|
|
|
this.MaterialTypeTextBox.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// MaterialChildTypeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.MaterialChildTypeTextBox.Location = new System.Drawing.Point(117, 41);
|
|
|
|
@ -198,23 +119,79 @@
|
|
|
|
|
this.AddMaterialChildTypeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AddMaterialChildTypeButton.Click += new System.EventHandler(this.AddMaterialChildTypeButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeDataGridView
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.MaterialTypeDataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.MaterialTypeDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.MaterialTypeDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Id,
|
|
|
|
|
this.MaterialTypeName});
|
|
|
|
|
this.MaterialTypeDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.MaterialTypeDataGridView.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.MaterialTypeDataGridView.Name = "MaterialTypeDataGridView";
|
|
|
|
|
this.MaterialTypeDataGridView.ReadOnly = true;
|
|
|
|
|
this.MaterialTypeDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.MaterialTypeDataGridView.RowTemplate.Height = 23;
|
|
|
|
|
this.MaterialTypeDataGridView.Size = new System.Drawing.Size(563, 684);
|
|
|
|
|
this.MaterialTypeDataGridView.TabIndex = 0;
|
|
|
|
|
this.MaterialTypeDataGridView.SelectionChanged += new System.EventHandler(this.MaterialTypeDataGridView_SelectionChanged);
|
|
|
|
|
this.groupBox1.Controls.Add(this.MaterialTypeTextBox);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.DeleteMaterialTypeButton);
|
|
|
|
|
this.groupBox1.Controls.Add(this.AddMaterialTypeButton);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(569, 73);
|
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "物料类别控制";
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeTextBox.Location = new System.Drawing.Point(109, 41);
|
|
|
|
|
this.MaterialTypeTextBox.Name = "MaterialTypeTextBox";
|
|
|
|
|
this.MaterialTypeTextBox.Size = new System.Drawing.Size(99, 21);
|
|
|
|
|
this.MaterialTypeTextBox.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(107, 20);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(101, 12);
|
|
|
|
|
this.label1.TabIndex = 2;
|
|
|
|
|
this.label1.Text = "要添加类型的名称";
|
|
|
|
|
//
|
|
|
|
|
// DeleteMaterialTypeButton
|
|
|
|
|
//
|
|
|
|
|
this.DeleteMaterialTypeButton.Location = new System.Drawing.Point(468, 20);
|
|
|
|
|
this.DeleteMaterialTypeButton.Name = "DeleteMaterialTypeButton";
|
|
|
|
|
this.DeleteMaterialTypeButton.Size = new System.Drawing.Size(95, 42);
|
|
|
|
|
this.DeleteMaterialTypeButton.TabIndex = 1;
|
|
|
|
|
this.DeleteMaterialTypeButton.Text = "物料类型删除";
|
|
|
|
|
this.DeleteMaterialTypeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DeleteMaterialTypeButton.Click += new System.EventHandler(this.DeleteMaterialTypeButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// AddMaterialTypeButton
|
|
|
|
|
//
|
|
|
|
|
this.AddMaterialTypeButton.Location = new System.Drawing.Point(6, 20);
|
|
|
|
|
this.AddMaterialTypeButton.Name = "AddMaterialTypeButton";
|
|
|
|
|
this.AddMaterialTypeButton.Size = new System.Drawing.Size(97, 42);
|
|
|
|
|
this.AddMaterialTypeButton.TabIndex = 0;
|
|
|
|
|
this.AddMaterialTypeButton.Text = "物料类型添加";
|
|
|
|
|
this.AddMaterialTypeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AddMaterialTypeButton.Click += new System.EventHandler(this.AddMaterialTypeButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// Datapanel
|
|
|
|
|
//
|
|
|
|
|
this.Datapanel.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.Datapanel.Controls.Add(this.groupBox4);
|
|
|
|
|
this.Datapanel.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Datapanel.Location = new System.Drawing.Point(0, 79);
|
|
|
|
|
this.Datapanel.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.Datapanel.Name = "Datapanel";
|
|
|
|
|
this.Datapanel.Size = new System.Drawing.Size(1145, 710);
|
|
|
|
|
this.Datapanel.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.groupBox4.Controls.Add(this.MaterialChildTypeDataGridView);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(578, 3);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(564, 704);
|
|
|
|
|
this.groupBox4.TabIndex = 2;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "物料子类别";
|
|
|
|
|
//
|
|
|
|
|
// MaterialChildTypeDataGridView
|
|
|
|
|
//
|
|
|
|
@ -233,22 +210,6 @@
|
|
|
|
|
this.MaterialChildTypeDataGridView.Size = new System.Drawing.Size(558, 684);
|
|
|
|
|
this.MaterialChildTypeDataGridView.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// Id
|
|
|
|
|
//
|
|
|
|
|
this.Id.DataPropertyName = "Id";
|
|
|
|
|
this.Id.HeaderText = "Id";
|
|
|
|
|
this.Id.Name = "Id";
|
|
|
|
|
this.Id.ReadOnly = true;
|
|
|
|
|
this.Id.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeName
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialTypeName.DataPropertyName = "MaterialTypeName";
|
|
|
|
|
this.MaterialTypeName.HeaderText = "物料类型";
|
|
|
|
|
this.MaterialTypeName.Name = "MaterialTypeName";
|
|
|
|
|
this.MaterialTypeName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// ChildId
|
|
|
|
|
//
|
|
|
|
|
this.ChildId.DataPropertyName = "Id";
|
|
|
|
@ -265,6 +226,52 @@
|
|
|
|
|
this.MaterialChildTypeName.Name = "MaterialChildTypeName";
|
|
|
|
|
this.MaterialChildTypeName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.groupBox3.Controls.Add(this.MaterialTypeDataGridView);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(569, 704);
|
|
|
|
|
this.groupBox3.TabIndex = 1;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "物料类别";
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeDataGridView
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.MaterialTypeDataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.MaterialTypeDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.MaterialTypeDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Id,
|
|
|
|
|
this.MaterialTypeName});
|
|
|
|
|
this.MaterialTypeDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.MaterialTypeDataGridView.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.MaterialTypeDataGridView.Name = "MaterialTypeDataGridView";
|
|
|
|
|
this.MaterialTypeDataGridView.ReadOnly = true;
|
|
|
|
|
this.MaterialTypeDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.MaterialTypeDataGridView.RowTemplate.Height = 23;
|
|
|
|
|
this.MaterialTypeDataGridView.Size = new System.Drawing.Size(563, 684);
|
|
|
|
|
this.MaterialTypeDataGridView.TabIndex = 0;
|
|
|
|
|
this.MaterialTypeDataGridView.SelectionChanged += new System.EventHandler(this.MaterialTypeDataGridView_SelectionChanged);
|
|
|
|
|
//
|
|
|
|
|
// Id
|
|
|
|
|
//
|
|
|
|
|
this.Id.DataPropertyName = "Id";
|
|
|
|
|
this.Id.HeaderText = "Id";
|
|
|
|
|
this.Id.Name = "Id";
|
|
|
|
|
this.Id.ReadOnly = true;
|
|
|
|
|
this.Id.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeName
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialTypeName.DataPropertyName = "MaterialTypeName";
|
|
|
|
|
this.MaterialTypeName.HeaderText = "物料类型";
|
|
|
|
|
this.MaterialTypeName.Name = "MaterialTypeName";
|
|
|
|
|
this.MaterialTypeName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeConfigPage
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -275,15 +282,15 @@
|
|
|
|
|
this.Name = "MaterialTypeConfigPage";
|
|
|
|
|
this.Size = new System.Drawing.Size(1145, 789);
|
|
|
|
|
this.Controlpanel.ResumeLayout(false);
|
|
|
|
|
this.Datapanel.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.Datapanel.ResumeLayout(false);
|
|
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MaterialTypeDataGridView)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MaterialChildTypeDataGridView)).EndInit();
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MaterialTypeDataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|