| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace Core.LZMes.Client.UIK.YARD_REPORT
- {
- partial class PL_RM_BLANKSTRUCTURE
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(804, 509);
- this.ultraPanel1.TabIndex = 1;
- //
- // ultraGroupBox1
- //
- appearance2.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraGroupBox1.Appearance = appearance2;
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.radioButton2);
- this.ultraGroupBox1.Controls.Add(this.radioButton1);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(804, 84);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "统计条件";
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(463, 31);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(100, 17);
- this.label4.TabIndex = 5;
- this.label4.Text = "label4";
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.Red;
- this.label3.Location = new System.Drawing.Point(235, 28);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(92, 19);
- this.label3.TabIndex = 4;
- this.label3.Text = "请选择工序对象";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.BackColor = System.Drawing.Color.LightBlue;
- this.radioButton2.Location = new System.Drawing.Point(119, 29);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(59, 16);
- this.radioButton2.TabIndex = 3;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "PL/TCM";
- this.radioButton2.UseVisualStyleBackColor = false;
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.BackColor = System.Drawing.Color.LightBlue;
- this.radioButton1.Location = new System.Drawing.Point(184, 29);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(41, 16);
- this.radioButton1.TabIndex = 2;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "CAL";
- this.radioButton1.UseVisualStyleBackColor = false;
- //
- // label2
- //
- this.label2.BackColor = System.Drawing.Color.LightBlue;
- this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label2.Location = new System.Drawing.Point(115, 27);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(119, 21);
- this.label2.TabIndex = 1;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.LightBlue;
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label1.Location = new System.Drawing.Point(32, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 21);
- this.label1.TabIndex = 0;
- this.label1.Text = "工序对象";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // PL_RM_BLANKSTRUCTURE
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(804, 509);
- this.Controls.Add(this.ultraPanel1);
- this.Name = "PL_RM_BLANKSTRUCTURE";
- this.Text = "PL_RM_BLANKSTRUCTURE";
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- }
- }
|