www.pudn.com > WorkflowDesigner.rar > FlowInfoDlg.Designer.cs, change:2007-11-27,size:10631b
namespace WorkflowDesigner { partial class FlowInfoDlg { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textBoxWarningTime = new System.Windows.Forms.TextBox(); this.textBoxMustTime = new System.Windows.Forms.TextBox(); this.checkBoxIsWorkday = new System.Windows.Forms.CheckBox(); this.checkBoxIsWarningDay = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxRole = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Maroon; this.label1.Location = new System.Drawing.Point(60, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 0; this.label1.Text = "名称*"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(113, 12); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(119, 21); this.textBoxName.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(36, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 4; this.label3.Text = "流程时限*"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(12, 117); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(83, 12); this.label4.TabIndex = 6; this.label4.Text = "流程预警时限*"; // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(52, 186); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 4; this.buttonOk.Text = "保存"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(158, 186); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(238, 65); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 10; this.label5.Text = "(工昨日)"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(238, 117); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 11; this.label6.Text = "(工昨日)"; // // textBoxWarningTime // this.textBoxWarningTime.Enabled = false; this.textBoxWarningTime.Location = new System.Drawing.Point(113, 114); this.textBoxWarningTime.Name = "textBoxWarningTime"; this.textBoxWarningTime.Size = new System.Drawing.Size(119, 21); this.textBoxWarningTime.TabIndex = 12; this.textBoxWarningTime.Text = "0"; // // textBoxMustTime // this.textBoxMustTime.Enabled = false; this.textBoxMustTime.Location = new System.Drawing.Point(113, 62); this.textBoxMustTime.Name = "textBoxMustTime"; this.textBoxMustTime.Size = new System.Drawing.Size(119, 21); this.textBoxMustTime.TabIndex = 13; this.textBoxMustTime.Text = "0"; // // checkBoxIsWorkday // this.checkBoxIsWorkday.AutoSize = true; this.checkBoxIsWorkday.Location = new System.Drawing.Point(113, 40); this.checkBoxIsWorkday.Name = "checkBoxIsWorkday"; this.checkBoxIsWorkday.Size = new System.Drawing.Size(120, 16); this.checkBoxIsWorkday.TabIndex = 14; this.checkBoxIsWorkday.Text = "否是启用流程时限"; this.checkBoxIsWorkday.UseVisualStyleBackColor = true; this.checkBoxIsWorkday.CheckedChanged += new System.EventHandler(this.checkBoxIsWorkday_CheckedChanged); // // checkBoxIsWarningDay // this.checkBoxIsWarningDay.AutoSize = true; this.checkBoxIsWarningDay.Enabled = false; this.checkBoxIsWarningDay.Location = new System.Drawing.Point(113, 92); this.checkBoxIsWarningDay.Name = "checkBoxIsWarningDay"; this.checkBoxIsWarningDay.Size = new System.Drawing.Size(144, 16); this.checkBoxIsWarningDay.TabIndex = 15; this.checkBoxIsWarningDay.Text = "是否启用流程预警时限"; this.checkBoxIsWarningDay.UseVisualStyleBackColor = true; this.checkBoxIsWarningDay.CheckedChanged += new System.EventHandler(this.checkBoxIsWarningDay_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Maroon; this.label2.Location = new System.Drawing.Point(36, 155); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 16; this.label2.Text = "创建角色*"; // // comboBoxRole // this.comboBoxRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxRole.FormattingEnabled = true; this.comboBoxRole.Location = new System.Drawing.Point(113, 152); this.comboBoxRole.Name = "comboBoxRole"; this.comboBoxRole.Size = new System.Drawing.Size(121, 20); this.comboBoxRole.TabIndex = 37; // // FlowInfoDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(313, 230); this.Controls.Add(this.comboBoxRole); this.Controls.Add(this.label2); this.Controls.Add(this.checkBoxIsWarningDay); this.Controls.Add(this.checkBoxIsWorkday); this.Controls.Add(this.textBoxMustTime); this.Controls.Add(this.textBoxWarningTime); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxName); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FlowInfoDlg"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "流程属性"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBoxWarningTime; private System.Windows.Forms.TextBox textBoxMustTime; private System.Windows.Forms.CheckBox checkBoxIsWorkday; private System.Windows.Forms.CheckBox checkBoxIsWarningDay; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBoxRole; } }