You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
265 lines
15 KiB
265 lines
15 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSErrorApplyAdd
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSErrorApplyAdd));
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtApplyhint = new System.Windows.Forms.RichTextBox();
|
|
this.txtApplyType = new DevExpress.XtraEditors.GridLookUpEdit();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtApplyDept = new DevExpress.XtraEditors.GridLookUpEdit();
|
|
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.txtApplyDetial = new System.Windows.Forms.RichTextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtApplyDept.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl1.Location = new System.Drawing.Point(0, 3);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(32, 21);
|
|
this.labelControl1.TabIndex = 26;
|
|
this.labelControl1.Text = "新增";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.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.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.txtApplyhint);
|
|
this.panelControl1.Controls.Add(this.txtApplyType);
|
|
this.panelControl1.Controls.Add(this.label5);
|
|
this.panelControl1.Controls.Add(this.txtApplyDept);
|
|
this.panelControl1.Controls.Add(this.txtApplyDetial);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 30);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(691, 247);
|
|
this.panelControl1.TabIndex = 27;
|
|
//
|
|
// txtApplyhint
|
|
//
|
|
this.txtApplyhint.Location = new System.Drawing.Point(120, 172);
|
|
this.txtApplyhint.Name = "txtApplyhint";
|
|
this.txtApplyhint.ReadOnly = true;
|
|
this.txtApplyhint.Size = new System.Drawing.Size(537, 51);
|
|
this.txtApplyhint.TabIndex = 89;
|
|
this.txtApplyhint.Text = "";
|
|
//
|
|
// txtApplyType
|
|
//
|
|
this.txtApplyType.Location = new System.Drawing.Point(405, 28);
|
|
this.txtApplyType.Name = "txtApplyType";
|
|
this.txtApplyType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtApplyType.Properties.View = this.gridView1;
|
|
this.txtApplyType.Size = new System.Drawing.Size(252, 20);
|
|
this.txtApplyType.TabIndex = 88;
|
|
this.txtApplyType.EditValueChanged += new System.EventHandler(this.txtApplyType_EditValueChanged);
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(332, 31);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(67, 14);
|
|
this.label5.TabIndex = 87;
|
|
this.label5.Text = "申请类型:";
|
|
//
|
|
// txtApplyDept
|
|
//
|
|
this.txtApplyDept.Location = new System.Drawing.Point(120, 28);
|
|
this.txtApplyDept.Name = "txtApplyDept";
|
|
this.txtApplyDept.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtApplyDept.Properties.View = this.gridLookUpEdit1View;
|
|
this.txtApplyDept.Size = new System.Drawing.Size(185, 20);
|
|
this.txtApplyDept.TabIndex = 86;
|
|
this.txtApplyDept.EditValueChanged += new System.EventHandler(this.txtApplyDept_EditValueChanged);
|
|
//
|
|
// gridLookUpEdit1View
|
|
//
|
|
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
|
|
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// txtApplyDetial
|
|
//
|
|
this.txtApplyDetial.Location = new System.Drawing.Point(120, 73);
|
|
this.txtApplyDetial.Name = "txtApplyDetial";
|
|
this.txtApplyDetial.Size = new System.Drawing.Size(537, 96);
|
|
this.txtApplyDetial.TabIndex = 73;
|
|
this.txtApplyDetial.Text = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(23, 73);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(91, 14);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "申请修改内容:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(47, 31);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 14);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "申请部门:";
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOK.Appearance.Options.UseFont = true;
|
|
this.btnOK.Appearance.Options.UseForeColor = true;
|
|
this.btnOK.Appearance.Options.UseTextOptions = true;
|
|
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
|
|
this.btnOK.Location = new System.Drawing.Point(548, 283);
|
|
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(70, 30);
|
|
this.btnOK.TabIndex = 28;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancle
|
|
//
|
|
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancle.Appearance.Options.UseFont = true;
|
|
this.btnCancle.Appearance.Options.UseForeColor = true;
|
|
this.btnCancle.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
|
|
this.btnCancle.Location = new System.Drawing.Point(622, 283);
|
|
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(70, 30);
|
|
this.btnCancle.TabIndex = 29;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(666, 1);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 29);
|
|
this.btnClose.TabIndex = 30;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSErrorApplyAdd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(693, 316);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSErrorApplyAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormICSShifTypeAdd";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtApplyDept.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.RichTextBox txtApplyDetial;
|
|
private System.Windows.Forms.RichTextBox txtApplyhint;
|
|
private DevExpress.XtraEditors.GridLookUpEdit txtApplyType;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.GridLookUpEdit txtApplyDept;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
|
|
}
|
|
}
|