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.
205 lines
9.8 KiB
205 lines
9.8 KiB
|
|
namespace ReportTool.Views
|
|
{
|
|
partial class SignImageForm
|
|
{
|
|
/// <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(SignImageForm));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.DownloadBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.UploadBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.DelBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.SaveBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.SignImageControl = new DevExpress.XtraGrid.GridControl();
|
|
this.SignImageGrid = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.SignImageControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SignImageGrid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.DownloadBtn);
|
|
this.panel1.Controls.Add(this.UploadBtn);
|
|
this.panel1.Controls.Add(this.DelBtn);
|
|
this.panel1.Controls.Add(this.SaveBtn);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(848, 48);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// DownloadBtn
|
|
//
|
|
this.DownloadBtn.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.DownloadBtn.Appearance.BackColor = System.Drawing.Color.MediumSeaGreen;
|
|
this.DownloadBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.DownloadBtn.Appearance.Options.UseBackColor = true;
|
|
this.DownloadBtn.Appearance.Options.UseForeColor = true;
|
|
this.DownloadBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.DownloadBtn.Location = new System.Drawing.Point(84, 12);
|
|
this.DownloadBtn.Name = "DownloadBtn";
|
|
this.DownloadBtn.Size = new System.Drawing.Size(75, 29);
|
|
this.DownloadBtn.TabIndex = 3;
|
|
this.DownloadBtn.Text = "下 载";
|
|
this.DownloadBtn.Visible = false;
|
|
//
|
|
// UploadBtn
|
|
//
|
|
this.UploadBtn.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.UploadBtn.Appearance.BackColor = System.Drawing.Color.RoyalBlue;
|
|
this.UploadBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.UploadBtn.Appearance.Options.UseBackColor = true;
|
|
this.UploadBtn.Appearance.Options.UseForeColor = true;
|
|
this.UploadBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.UploadBtn.Location = new System.Drawing.Point(3, 12);
|
|
this.UploadBtn.Name = "UploadBtn";
|
|
this.UploadBtn.Size = new System.Drawing.Size(75, 29);
|
|
this.UploadBtn.TabIndex = 2;
|
|
this.UploadBtn.Text = "上 传";
|
|
//
|
|
// DelBtn
|
|
//
|
|
this.DelBtn.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.DelBtn.Appearance.BackColor = System.Drawing.Color.Red;
|
|
this.DelBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.DelBtn.Appearance.Options.UseBackColor = true;
|
|
this.DelBtn.Appearance.Options.UseForeColor = true;
|
|
this.DelBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.DelBtn.Location = new System.Drawing.Point(685, 13);
|
|
this.DelBtn.Name = "DelBtn";
|
|
this.DelBtn.Size = new System.Drawing.Size(75, 29);
|
|
this.DelBtn.TabIndex = 1;
|
|
this.DelBtn.Text = "删 除";
|
|
//
|
|
// SaveBtn
|
|
//
|
|
this.SaveBtn.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.SaveBtn.Appearance.BackColor = System.Drawing.Color.ForestGreen;
|
|
this.SaveBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.SaveBtn.Appearance.Options.UseBackColor = true;
|
|
this.SaveBtn.Appearance.Options.UseForeColor = true;
|
|
this.SaveBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.SaveBtn.Enabled = false;
|
|
this.SaveBtn.Location = new System.Drawing.Point(765, 14);
|
|
this.SaveBtn.Name = "SaveBtn";
|
|
this.SaveBtn.Size = new System.Drawing.Size(75, 28);
|
|
this.SaveBtn.TabIndex = 0;
|
|
this.SaveBtn.Text = "保 存";
|
|
this.SaveBtn.Visible = false;
|
|
//
|
|
// SignImageControl
|
|
//
|
|
this.SignImageControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SignImageControl.Location = new System.Drawing.Point(0, 48);
|
|
this.SignImageControl.MainView = this.SignImageGrid;
|
|
this.SignImageControl.Name = "SignImageControl";
|
|
this.SignImageControl.Size = new System.Drawing.Size(848, 515);
|
|
this.SignImageControl.TabIndex = 2;
|
|
this.SignImageControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.SignImageGrid});
|
|
//
|
|
// SignImageGrid
|
|
//
|
|
this.SignImageGrid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn1,
|
|
this.gridColumn2,
|
|
this.gridColumn3});
|
|
this.SignImageGrid.GridControl = this.SignImageControl;
|
|
this.SignImageGrid.Name = "SignImageGrid";
|
|
this.SignImageGrid.OptionsSelection.CheckBoxSelectorColumnWidth = 35;
|
|
this.SignImageGrid.OptionsSelection.MultiSelect = true;
|
|
this.SignImageGrid.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
this.SignImageGrid.OptionsView.ShowGroupPanel = false;
|
|
this.SignImageGrid.RowHeight = 35;
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.Caption = "UserCode";
|
|
this.gridColumn1.FieldName = "UserCode";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn1.OptionsEditForm.UseEditorColRowSpan = false;
|
|
this.gridColumn1.Visible = true;
|
|
this.gridColumn1.VisibleIndex = 2;
|
|
this.gridColumn1.Width = 70;
|
|
//
|
|
// gridColumn2
|
|
//
|
|
this.gridColumn2.Caption = "角色代码";
|
|
this.gridColumn2.FieldName = "RoleCode";
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn2.Visible = true;
|
|
this.gridColumn2.VisibleIndex = 3;
|
|
this.gridColumn2.Width = 100;
|
|
//
|
|
// gridColumn3
|
|
//
|
|
this.gridColumn3.Caption = "用户名称";
|
|
this.gridColumn3.FieldName = "UserName";
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn3.Visible = true;
|
|
this.gridColumn3.VisibleIndex = 1;
|
|
this.gridColumn3.Width = 120;
|
|
//
|
|
// SignImageForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(848, 563);
|
|
this.Controls.Add(this.SignImageControl);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "SignImageForm";
|
|
this.Text = "SignImageForm";
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.SignImageControl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SignImageGrid)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SimpleButton DownloadBtn;
|
|
private DevExpress.XtraEditors.SimpleButton UploadBtn;
|
|
private DevExpress.XtraEditors.SimpleButton DelBtn;
|
|
private DevExpress.XtraEditors.SimpleButton SaveBtn;
|
|
private DevExpress.XtraGrid.GridControl SignImageControl;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView SignImageGrid;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
}
|
|
} |