ab56a9bcf7
SVN-Revision: r240
139 lines
6.2 KiB
C#
139 lines
6.2 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class FrmExamine
|
|
{
|
|
/// <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()
|
|
{
|
|
this.txtRemark = new Lskj.Control.LabelRemarkEdit();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
this.CheckSuggestion = new Lskj.Control.LabelComboxEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
this.pl_bottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtRemark
|
|
//
|
|
this.txtRemark.BackColor = System.Drawing.Color.Transparent;
|
|
this.txtRemark.EditText = "";
|
|
this.txtRemark.FontSize = 0F;
|
|
this.txtRemark.LabelText = "审核意见";
|
|
this.txtRemark.Location = new System.Drawing.Point(23, 28);
|
|
this.txtRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.txtRemark.Model = null;
|
|
this.txtRemark.Name = "txtRemark";
|
|
this.txtRemark.NullText = "";
|
|
this.txtRemark.ReadOnly = false;
|
|
this.txtRemark.Required = false;
|
|
this.txtRemark.Size = new System.Drawing.Size(374, 144);
|
|
this.txtRemark.TabIndex = 14;
|
|
//
|
|
// pl_bottom
|
|
//
|
|
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_bottom.Controls.Add(this.btnCancel);
|
|
this.pl_bottom.Controls.Add(this.btnOk);
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(0, 231);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(537, 40);
|
|
this.pl_bottom.TabIndex = 12;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnCancel.Appearance.Options.UseFont = true;
|
|
this.btnCancel.Location = new System.Drawing.Point(324, 6);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(72, 26);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_CallBack);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnOk.Appearance.Options.UseFont = true;
|
|
this.btnOk.Location = new System.Drawing.Point(246, 6);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(72, 26);
|
|
this.btnOk.TabIndex = 0;
|
|
this.btnOk.Text = "确定";
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_CallBack);
|
|
//
|
|
// CheckSuggestion
|
|
//
|
|
this.CheckSuggestion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CheckSuggestion.BackColor = System.Drawing.Color.Transparent;
|
|
this.CheckSuggestion.EditText = "";
|
|
this.CheckSuggestion.FontSize = 0F;
|
|
this.CheckSuggestion.LabelText = "常用意见";
|
|
this.CheckSuggestion.Location = new System.Drawing.Point(0, 2);
|
|
this.CheckSuggestion.Margin = new System.Windows.Forms.Padding(5);
|
|
this.CheckSuggestion.Model = null;
|
|
this.CheckSuggestion.Name = "CheckSuggestion";
|
|
this.CheckSuggestion.NullText = "";
|
|
this.CheckSuggestion.ReadOnly = false;
|
|
this.CheckSuggestion.Required = false;
|
|
this.CheckSuggestion.Size = new System.Drawing.Size(396, 26);
|
|
this.CheckSuggestion.TabIndex = 15;
|
|
//
|
|
// FrmExamine
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(537, 271);
|
|
this.Controls.Add(this.CheckSuggestion);
|
|
this.Controls.Add(this.txtRemark);
|
|
this.Controls.Add(this.pl_bottom);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmExamine";
|
|
this.Text = "选择常用审核";
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
|
this.pl_bottom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public Control.LabelRemarkEdit txtRemark;
|
|
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
public Control.LabelComboxEdit CheckSuggestion;
|
|
|
|
}
|
|
} |