253 lines
12 KiB
C#
253 lines
12 KiB
C#
namespace AIMS.PublicUI.UI
|
|
{
|
|
partial class frmNoticeMain
|
|
{
|
|
/// <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(frmNoticeMain));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.dgvHistory = new System.Windows.Forms.DataGridView();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbExit = new System.Windows.Forms.ToolStripButton();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtConcent = new System.Windows.Forms.TextBox();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ContentsColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperateDateColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.groupBox4);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.txtConcent);
|
|
this.panel1.Location = new System.Drawing.Point(12, 12);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(596, 411);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.groupBox4.Controls.Add(this.dgvHistory);
|
|
this.groupBox4.Location = new System.Drawing.Point(13, 220);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(571, 169);
|
|
this.groupBox4.TabIndex = 4;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "历史记录";
|
|
//
|
|
// dgvHistory
|
|
//
|
|
this.dgvHistory.AllowUserToAddRows = false;
|
|
this.dgvHistory.AllowUserToDeleteRows = false;
|
|
this.dgvHistory.AllowUserToResizeColumns = false;
|
|
this.dgvHistory.AllowUserToResizeRows = false;
|
|
this.dgvHistory.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.ContentsColumn,
|
|
this.OperateDateColumn});
|
|
this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvHistory.Location = new System.Drawing.Point(3, 19);
|
|
this.dgvHistory.Name = "dgvHistory";
|
|
this.dgvHistory.RowHeadersVisible = false;
|
|
this.dgvHistory.RowTemplate.Height = 23;
|
|
this.dgvHistory.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvHistory.Size = new System.Drawing.Size(565, 147);
|
|
this.dgvHistory.TabIndex = 11;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.toolStrip1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(596, 44);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbAdd,
|
|
this.toolStripSeparator4,
|
|
this.tsbDelete,
|
|
this.toolStripSeparator2,
|
|
this.tsbExit});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(596, 44);
|
|
this.toolStrip1.TabIndex = 7;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbAdd
|
|
//
|
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbAdd.Name = "tsbAdd";
|
|
this.tsbAdd.Size = new System.Drawing.Size(52, 41);
|
|
this.tsbAdd.Text = " 发布 ";
|
|
this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbAdd.Click += new System.EventHandler(this.tsbSava_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// tsbDelete
|
|
//
|
|
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbDelete.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
|
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbDelete.Name = "tsbDelete";
|
|
this.tsbDelete.Size = new System.Drawing.Size(48, 41);
|
|
this.tsbDelete.Text = " 删除 ";
|
|
this.tsbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// tsbExit
|
|
//
|
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbExit.Name = "tsbExit";
|
|
this.tsbExit.Size = new System.Drawing.Size(52, 41);
|
|
this.tsbExit.Text = " 关闭 ";
|
|
this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(27, 54);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(63, 14);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "公告内容";
|
|
//
|
|
// txtConcent
|
|
//
|
|
this.txtConcent.Location = new System.Drawing.Point(13, 82);
|
|
this.txtConcent.Multiline = true;
|
|
this.txtConcent.Name = "txtConcent";
|
|
this.txtConcent.Size = new System.Drawing.Size(568, 121);
|
|
this.txtConcent.TabIndex = 4;
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.DataPropertyName = "Id";
|
|
this.Id.HeaderText = "Id";
|
|
this.Id.Name = "Id";
|
|
this.Id.Visible = false;
|
|
//
|
|
// ContentsColumn
|
|
//
|
|
this.ContentsColumn.DataPropertyName = "Contents";
|
|
this.ContentsColumn.HeaderText = "发送内容";
|
|
this.ContentsColumn.Name = "ContentsColumn";
|
|
this.ContentsColumn.ReadOnly = true;
|
|
this.ContentsColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ContentsColumn.Width = 400;
|
|
//
|
|
// OperateDateColumn
|
|
//
|
|
this.OperateDateColumn.DataPropertyName = "OperateDate";
|
|
this.OperateDateColumn.HeaderText = "发送时间";
|
|
this.OperateDateColumn.Name = "OperateDateColumn";
|
|
this.OperateDateColumn.ReadOnly = true;
|
|
this.OperateDateColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.OperateDateColumn.Width = 140;
|
|
//
|
|
// frmNoticeMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.ClientSize = new System.Drawing.Size(616, 437);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmNoticeMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "发布公告";
|
|
this.Load += new System.EventHandler(this.frmNoticeMain_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripButton tsbDelete;
|
|
private System.Windows.Forms.ToolStripButton tsbExit;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtConcent;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.DataGridView dgvHistory;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ContentsColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperateDateColumn;
|
|
}
|
|
} |