namespace Gs.DevApp.UserControl
|
{
|
partial class SelectOrg
|
{
|
/// <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()
|
{
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
this.gcMain = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gv_operationTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gv_operationTable = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gv_userName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gv_Btn = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gcMain
|
//
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
this.gcMain.MainView = this.gridView1;
|
this.gcMain.Name = "gcMain";
|
this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemButtonEdit1});
|
this.gcMain.Size = new System.Drawing.Size(581, 489);
|
this.gcMain.TabIndex = 3;
|
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gv_operationTime,
|
this.gv_operationTable,
|
this.gv_userName,
|
this.gv_Btn});
|
this.gridView1.GridControl = this.gcMain;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
|
this.gridView1.OptionsView.ShowAutoFilterRow = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// gv_operationTime
|
//
|
|
this.gv_operationTime.AppearanceCell.Options.UseFont = true;
|
this.gv_operationTime.Caption = "组织名称";
|
this.gv_operationTime.FieldName = "name";
|
this.gv_operationTime.MinWidth = 10;
|
this.gv_operationTime.Name = "gv_operationTime";
|
this.gv_operationTime.OptionsColumn.AllowEdit = false;
|
this.gv_operationTime.Tag = "query_OPERATION_TIME";
|
this.gv_operationTime.Visible = true;
|
this.gv_operationTime.VisibleIndex = 0;
|
this.gv_operationTime.Width = 300;
|
//
|
// gv_operationTable
|
//
|
|
this.gv_operationTable.AppearanceCell.Options.UseFont = true;
|
this.gv_operationTable.Caption = "组织编号";
|
this.gv_operationTable.FieldName = "fNumber";
|
this.gv_operationTable.MinWidth = 10;
|
this.gv_operationTable.Name = "gv_operationTable";
|
this.gv_operationTable.OptionsColumn.AllowEdit = false;
|
this.gv_operationTable.Tag = "query_OPERATION_TABLE";
|
this.gv_operationTable.Visible = true;
|
this.gv_operationTable.VisibleIndex = 1;
|
this.gv_operationTable.Width = 100;
|
//
|
// gv_userName
|
//
|
|
this.gv_userName.AppearanceCell.Options.UseFont = true;
|
this.gv_userName.Caption = "同步时间";
|
this.gv_userName.FieldName = "edtTime";
|
this.gv_userName.MinWidth = 10;
|
this.gv_userName.Name = "gv_userName";
|
this.gv_userName.OptionsColumn.AllowEdit = false;
|
this.gv_userName.Tag = "query_USER_NAME";
|
this.gv_userName.Width = 250;
|
//
|
// gv_Btn
|
//
|
this.gv_Btn.Caption = "选择";
|
this.gv_Btn.ColumnEdit = this.repositoryItemButtonEdit1;
|
this.gv_Btn.MinWidth = 25;
|
this.gv_Btn.Name = "gv_Btn";
|
this.gv_Btn.Visible = true;
|
this.gv_Btn.VisibleIndex = 2;
|
this.gv_Btn.Width = 94;
|
//
|
// repositoryItemButtonEdit1
|
//
|
this.repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.checkbox2_16x162;
|
editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "选择", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
|
//
|
// SelectOrg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(581, 489);
|
this.Controls.Add(this.gcMain);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "SelectOrg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "选择组织";
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gcMain;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_operationTime;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_operationTable;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_userName;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_Btn;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
}
|
}
|