namespace Pur.Pop_upWindow { partial class frmPopMatClassPross { /// /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.btnChkDelegate = new Infragistics.Win.Misc.UltraButton(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit(); this.SuspendLayout(); // // ultraComboEditor1 // this.ultraComboEditor1.Location = new System.Drawing.Point(122, 12); this.ultraComboEditor1.Name = "ultraComboEditor1"; this.ultraComboEditor1.ReadOnly = true; this.ultraComboEditor1.Size = new System.Drawing.Size(209, 21); this.ultraComboEditor1.TabIndex = 1; // // label6 // this.label6.BackColor = System.Drawing.SystemColors.Highlight; this.label6.Location = new System.Drawing.Point(34, 12); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(86, 21); this.label6.TabIndex = 85; this.label6.Text = "上次维护流程"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.BackColor = System.Drawing.SystemColors.Highlight; this.label1.Location = new System.Drawing.Point(34, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 21); this.label1.TabIndex = 86; this.label1.Text = "本次维护流程"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ultraComboEditor2 // this.ultraComboEditor2.Location = new System.Drawing.Point(122, 41); this.ultraComboEditor2.Name = "ultraComboEditor2"; this.ultraComboEditor2.Size = new System.Drawing.Size(209, 21); this.ultraComboEditor2.TabIndex = 87; // // btnChkDelegate // appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); appearance1.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent; this.btnChkDelegate.Appearance = appearance1; this.btnChkDelegate.Location = new System.Drawing.Point(86, 83); this.btnChkDelegate.Name = "btnChkDelegate"; this.btnChkDelegate.Size = new System.Drawing.Size(79, 25); this.btnChkDelegate.TabIndex = 88; this.btnChkDelegate.Text = "保 存"; this.btnChkDelegate.Click += new System.EventHandler(this.btnChkDelegate_Click); // // ultraButton1 // appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); appearance2.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent; this.ultraButton1.Appearance = appearance2; this.ultraButton1.Location = new System.Drawing.Point(195, 83); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(79, 25); this.ultraButton1.TabIndex = 89; this.ultraButton1.Text = "取 消"; this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click); // // frmPopMatClassPross // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(373, 120); this.Controls.Add(this.ultraButton1); this.Controls.Add(this.btnChkDelegate); this.Controls.Add(this.ultraComboEditor2); this.Controls.Add(this.label1); this.Controls.Add(this.label6); this.Controls.Add(this.ultraComboEditor1); this.Name = "frmPopMatClassPross"; this.Text = "审批流程"; this.Load += new System.EventHandler(this.frmPopMatClassPross_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2; private Infragistics.Win.Misc.UltraButton btnChkDelegate; private Infragistics.Win.Misc.UltraButton ultraButton1; } }