| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- namespace Pur.Pop_upWindow
- {
- partial class frmPopMatClassPross
- {
- /// <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 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;
- }
- }
|