namespace QMAPP.WinForm.Forms.Injection { partial class MaterialTreeForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.treeView1 = new System.Windows.Forms.TreeView(); this.label7 = new System.Windows.Forms.Label(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.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.groupBox3.Controls.Add(this.btnOk); this.groupBox3.Controls.Add(this.btnCancel); this.groupBox3.Controls.Add(this.treeView1); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox3.Location = new System.Drawing.Point(12, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(8); this.groupBox3.Size = new System.Drawing.Size(777, 498); this.groupBox3.TabIndex = 41; this.groupBox3.TabStop = false; this.groupBox3.Text = "零件信息"; // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Location = new System.Drawing.Point(616, 445); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(138, 42); this.btnOk.TabIndex = 37; this.btnOk.Text = "确定"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(452, 445); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(138, 42); this.btnCancel.TabIndex = 37; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // treeView1 // this.treeView1.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.treeView1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.treeView1.Location = new System.Drawing.Point(8, 28); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(761, 407); this.treeView1.TabIndex = 23; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(1111, 450); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(60, 24); this.label7.TabIndex = 36; this.label7.Text = "打印"; // // MaterialTreeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(793, 513); this.Controls.Add(this.groupBox3); this.Name = "MaterialTreeForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "物料信息"; this.Load += new System.EventHandler(this.MaterialTreeForm_Load); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Label label7; } }