123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- namespace LYFZ.Software.UI.BulletinBoard
- {
- partial class FrmBulletinBoard
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBulletinBoard));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Imail_FromName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Imail_FromName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Imail_Content = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Imail_Attachment = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Imail_ToSendDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Imail_ToName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panelBulletinBoard = new LYFZ.ComponentLibrary.PanelEx();
- this.radInbox = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.radOutbox = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnReleaseMail = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.radInternalMail = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.radBulletinBoard = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
- this.btnAnnouncement = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.panelBulletinBoard.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Size = new System.Drawing.Size(710, 405);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(710, 445);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(678, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
- //
- // panelEx2
- //
- this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgv);
- this.panelEx2.Controls.Add(this.panelBulletinBoard);
- this.panelEx2.Controls.Add(this.btnReleaseMail);
- this.panelEx2.Controls.Add(this.btnSelect);
- this.panelEx2.Controls.Add(this.radInternalMail);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.radBulletinBoard);
- this.panelEx2.Controls.Add(this.btnDelete);
- this.panelEx2.Controls.Add(this.lblCount);
- this.panelEx2.Controls.Add(this.btnAnnouncement);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Location = new System.Drawing.Point(20, 20);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(675, 368);
- this.panelEx2.TabIndex = 194;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.Imail_FromName,
- this.Imail_FromName2,
- this.Imail_Content,
- this.Imail_Attachment,
- this.Imail_ToSendDatetime,
- this.Imail_ToName});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
- this.dgv.IsCompleteBonding = false;
- this.dgv.Location = new System.Drawing.Point(7, 59);
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(651, 304);
- this.dgv.TabIndex = 209;
- //
- // ID
- //
- this.ID.DataPropertyName = "ID";
- this.ID.HeaderText = "序号";
- this.ID.Name = "ID";
- this.ID.ReadOnly = true;
- this.ID.Visible = false;
- this.ID.Width = 34;
- //
- // Imail_FromName
- //
- this.Imail_FromName.DataPropertyName = "Imail_FromNames";
- this.Imail_FromName.HeaderText = "发布人";
- this.Imail_FromName.Name = "Imail_FromName";
- this.Imail_FromName.ReadOnly = true;
- this.Imail_FromName.Width = 65;
- //
- // Imail_FromName2
- //
- this.Imail_FromName2.DataPropertyName = "Imail_FromNames";
- this.Imail_FromName2.HeaderText = "发件人";
- this.Imail_FromName2.Name = "Imail_FromName2";
- this.Imail_FromName2.ReadOnly = true;
- this.Imail_FromName2.Visible = false;
- this.Imail_FromName2.Width = 65;
- //
- // Imail_Content
- //
- this.Imail_Content.DataPropertyName = "Imail_Content";
- this.Imail_Content.HeaderText = "内容";
- this.Imail_Content.Name = "Imail_Content";
- this.Imail_Content.ReadOnly = true;
- this.Imail_Content.Width = 53;
- //
- // Imail_Attachment
- //
- this.Imail_Attachment.DataPropertyName = "Imail_Attachment";
- this.Imail_Attachment.HeaderText = "附件";
- this.Imail_Attachment.Name = "Imail_Attachment";
- this.Imail_Attachment.ReadOnly = true;
- this.Imail_Attachment.Width = 53;
- //
- // Imail_ToSendDatetime
- //
- this.Imail_ToSendDatetime.DataPropertyName = "Imail_ToSendDatetime";
- this.Imail_ToSendDatetime.HeaderText = "时间";
- this.Imail_ToSendDatetime.Name = "Imail_ToSendDatetime";
- this.Imail_ToSendDatetime.ReadOnly = true;
- this.Imail_ToSendDatetime.Width = 53;
- //
- // Imail_ToName
- //
- this.Imail_ToName.DataPropertyName = "Imail_ToNames";
- this.Imail_ToName.HeaderText = "收件人";
- this.Imail_ToName.Name = "Imail_ToName";
- this.Imail_ToName.ReadOnly = true;
- this.Imail_ToName.Visible = false;
- this.Imail_ToName.Width = 65;
- //
- // panelBulletinBoard
- //
- this.panelBulletinBoard.BorderColor = System.Drawing.Color.Black;
- this.panelBulletinBoard.BorderWidth = 1;
- this.panelBulletinBoard.Controls.Add(this.radInbox);
- this.panelBulletinBoard.Controls.Add(this.radOutbox);
- this.panelBulletinBoard.Location = new System.Drawing.Point(340, 11);
- this.panelBulletinBoard.Name = "panelBulletinBoard";
- this.panelBulletinBoard.Size = new System.Drawing.Size(164, 35);
- this.panelBulletinBoard.TabIndex = 207;
- //
- // radInbox
- //
- this.radInbox.AutoSize = true;
- this.radInbox.BackColor = System.Drawing.Color.Transparent;
- this.radInbox.Checked = true;
- this.radInbox.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.radInbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radInbox.Location = new System.Drawing.Point(12, 7);
- this.radInbox.Name = "radInbox";
- this.radInbox.Size = new System.Drawing.Size(62, 21);
- this.radInbox.TabIndex = 57;
- this.radInbox.TabStop = true;
- this.radInbox.Text = "收件箱";
- this.radInbox.UseVisualStyleBackColor = false;
- //
- // radOutbox
- //
- this.radOutbox.AutoSize = true;
- this.radOutbox.BackColor = System.Drawing.Color.Transparent;
- this.radOutbox.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.radOutbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radOutbox.Location = new System.Drawing.Point(88, 7);
- this.radOutbox.Name = "radOutbox";
- this.radOutbox.Size = new System.Drawing.Size(62, 21);
- this.radOutbox.TabIndex = 58;
- this.radOutbox.Text = "发件箱";
- this.radOutbox.UseVisualStyleBackColor = false;
- //
- // btnReleaseMail
- //
- this.btnReleaseMail.BackColor = System.Drawing.Color.Transparent;
- this.btnReleaseMail.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReleaseMail.BackImg")));
- this.btnReleaseMail.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReleaseMail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReleaseMail.ForeColor = System.Drawing.Color.White;
- this.btnReleaseMail.IsCustomBackImg = false;
- this.btnReleaseMail.IsShowText = true;
- this.btnReleaseMail.Location = new System.Drawing.Point(527, 15);
- this.btnReleaseMail.Name = "btnReleaseMail";
- this.btnReleaseMail.Size = new System.Drawing.Size(87, 26);
- this.btnReleaseMail.TabIndex = 202;
- this.btnReleaseMail.Text = "发送邮件";
- this.btnReleaseMail.UseVisualStyleBackColor = false;
- //
- // btnSelect
- //
- this.btnSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
- this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelect.ForeColor = System.Drawing.Color.White;
- this.btnSelect.IsCustomBackImg = false;
- this.btnSelect.IsShowText = true;
- this.btnSelect.Location = new System.Drawing.Point(622, 15);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(87, 26);
- this.btnSelect.TabIndex = 199;
- this.btnSelect.Text = "查看";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // radInternalMail
- //
- this.radInternalMail.AutoSize = true;
- this.radInternalMail.BackColor = System.Drawing.Color.Transparent;
- this.radInternalMail.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.radInternalMail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radInternalMail.Location = new System.Drawing.Point(195, 18);
- this.radInternalMail.Name = "radInternalMail";
- this.radInternalMail.Size = new System.Drawing.Size(74, 21);
- this.radInternalMail.TabIndex = 206;
- this.radInternalMail.Text = "内部邮件";
- this.radInternalMail.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(811, 15);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(87, 26);
- this.btnClose.TabIndex = 201;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // radBulletinBoard
- //
- this.radBulletinBoard.AutoSize = true;
- this.radBulletinBoard.BackColor = System.Drawing.Color.Transparent;
- this.radBulletinBoard.Checked = true;
- this.radBulletinBoard.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.radBulletinBoard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radBulletinBoard.Location = new System.Drawing.Point(120, 18);
- this.radBulletinBoard.Name = "radBulletinBoard";
- this.radBulletinBoard.Size = new System.Drawing.Size(62, 21);
- this.radBulletinBoard.TabIndex = 205;
- this.radBulletinBoard.TabStop = true;
- this.radBulletinBoard.Text = "公告栏";
- this.radBulletinBoard.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(717, 15);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(87, 26);
- this.btnDelete.TabIndex = 200;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // lblCount
- //
- this.lblCount.AutoSize = true;
- this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblCount.Location = new System.Drawing.Point(55, 21);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(15, 17);
- this.lblCount.TabIndex = 204;
- this.lblCount.Text = "0";
- //
- // btnAnnouncement
- //
- this.btnAnnouncement.BackColor = System.Drawing.Color.Transparent;
- this.btnAnnouncement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAnnouncement.BackImg")));
- this.btnAnnouncement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAnnouncement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAnnouncement.ForeColor = System.Drawing.Color.White;
- this.btnAnnouncement.IsCustomBackImg = false;
- this.btnAnnouncement.IsShowText = true;
- this.btnAnnouncement.Location = new System.Drawing.Point(527, 15);
- this.btnAnnouncement.Name = "btnAnnouncement";
- this.btnAnnouncement.Size = new System.Drawing.Size(87, 26);
- this.btnAnnouncement.TabIndex = 198;
- this.btnAnnouncement.Text = "发布公告";
- this.btnAnnouncement.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(4, 21);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(56, 17);
- this.labelEx2.TabIndex = 203;
- this.labelEx2.Text = "记录数:";
- //
- // panelEx3
- //
- this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Location = new System.Drawing.Point(1, 52);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(672, 1);
- this.panelEx3.TabIndex = 197;
- //
- // FrmBulletinBoard
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(710, 510);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmBulletinBoard";
- this.Text = "公告栏";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.panelBulletinBoard.ResumeLayout(false);
- this.panelBulletinBoard.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.DataGridViewEx dgv;
- protected ComponentLibrary.ButtonEx btnReleaseMail;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnAnnouncement;
- protected ComponentLibrary.PanelEx panelBulletinBoard;
- protected ComponentLibrary.RadioButtonEx radInbox;
- protected ComponentLibrary.RadioButtonEx radOutbox;
- protected ComponentLibrary.RadioButtonEx radInternalMail;
- protected ComponentLibrary.RadioButtonEx radBulletinBoard;
- protected ComponentLibrary.ButtonEx btnDelete;
- protected ComponentLibrary.ButtonEx btnSelect;
- protected ComponentLibrary.LabelEx lblCount;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.PanelEx panelEx3;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Imail_FromName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Imail_FromName2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Imail_Content;
- private System.Windows.Forms.DataGridViewTextBoxColumn Imail_Attachment;
- private System.Windows.Forms.DataGridViewTextBoxColumn Imail_ToSendDatetime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Imail_ToName;
- }
- }
|