namespace Gs.DevApp.DevFrm.JJGZ
|
{
|
partial class YDGZCX
|
{
|
/// <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.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.dateEdit = new DevExpress.XtraEditors.DateEdit();
|
this.txtOrgId = new Gs.DevApp.UserControl.UcLookOrg();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties.CalendarTimeProperties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x161;
|
this.simpleButton1.Location = new System.Drawing.Point(237, 176);
|
this.simpleButton1.Margin = new System.Windows.Forms.Padding(2);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(138, 44);
|
this.simpleButton1.TabIndex = 3;
|
this.simpleButton1.Text = "查询";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// labelControl3
|
//
|
this.labelControl3.Location = new System.Drawing.Point(71, 107);
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(2);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(54, 22);
|
this.labelControl3.TabIndex = 8;
|
this.labelControl3.Text = "日期:";
|
//
|
// dateEdit
|
//
|
this.dateEdit.EditValue = null;
|
this.dateEdit.Location = new System.Drawing.Point(218, 104);
|
this.dateEdit.Margin = new System.Windows.Forms.Padding(2);
|
this.dateEdit.Name = "dateEdit";
|
this.dateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.dateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.dateEdit.Size = new System.Drawing.Size(386, 28);
|
this.dateEdit.TabIndex = 7;
|
//
|
// txtOrgId
|
//
|
this.txtOrgId.IsReadly = false;
|
this.txtOrgId.Location = new System.Drawing.Point(215, 36);
|
this.txtOrgId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.txtOrgId.Name = "txtOrgId";
|
this.txtOrgId.Size = new System.Drawing.Size(386, 37);
|
this.txtOrgId.TabIndex = 10;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(71, 36);
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(2);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(78, 22);
|
this.labelControl1.TabIndex = 9;
|
this.labelControl1.Text = "选择组织:";
|
//
|
// YDGZCX
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(646, 314);
|
this.Controls.Add(this.txtOrgId);
|
this.Controls.Add(this.labelControl1);
|
this.Controls.Add(this.labelControl3);
|
this.Controls.Add(this.dateEdit);
|
this.Controls.Add(this.simpleButton1);
|
this.Margin = new System.Windows.Forms.Padding(2);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "YDGZCX";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "查询";
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.DateEdit dateEdit;
|
private UserControl.UcLookOrg txtOrgId;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
}
|
}
|