147 lines
7.3 KiB
C#
147 lines
7.3 KiB
C#
namespace AyaNova.Plugin.QuickNotification
|
|
{
|
|
partial class QuickNotificationCompose
|
|
{
|
|
/// <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.tbMsg = new System.Windows.Forms.TextBox();
|
|
this.grid = new System.Windows.Forms.DataGridView();
|
|
this.btnSend = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.ckAll = new System.Windows.Forms.CheckBox();
|
|
this.tbSubject = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tbMsg
|
|
//
|
|
this.tbMsg.AcceptsReturn = true;
|
|
this.tbMsg.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbMsg.Location = new System.Drawing.Point(0, 38);
|
|
this.tbMsg.MaxLength = 1024;
|
|
this.tbMsg.Multiline = true;
|
|
this.tbMsg.Name = "tbMsg";
|
|
this.tbMsg.Size = new System.Drawing.Size(755, 191);
|
|
this.tbMsg.TabIndex = 0;
|
|
//
|
|
// grid
|
|
//
|
|
this.grid.AllowUserToAddRows = false;
|
|
this.grid.AllowUserToDeleteRows = false;
|
|
this.grid.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.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.grid.Location = new System.Drawing.Point(0, 258);
|
|
this.grid.Name = "grid";
|
|
this.grid.RowHeadersVisible = false;
|
|
this.grid.Size = new System.Drawing.Size(755, 173);
|
|
this.grid.TabIndex = 1;
|
|
this.grid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellValueChanged);
|
|
this.grid.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grid_ColumnHeaderMouseClick);
|
|
this.grid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellClick);
|
|
this.grid.CurrentCellDirtyStateChanged += new System.EventHandler(this.grid_CurrentCellDirtyStateChanged);
|
|
//
|
|
// btnSend
|
|
//
|
|
this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSend.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnSend.Location = new System.Drawing.Point(673, 454);
|
|
this.btnSend.Name = "btnSend";
|
|
this.btnSend.Size = new System.Drawing.Size(75, 35);
|
|
this.btnSend.TabIndex = 2;
|
|
this.btnSend.UseVisualStyleBackColor = true;
|
|
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(13, 454);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 35);
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// ckAll
|
|
//
|
|
this.ckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ckAll.AutoSize = true;
|
|
this.ckAll.Checked = true;
|
|
this.ckAll.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.ckAll.Location = new System.Drawing.Point(718, 235);
|
|
this.ckAll.Name = "ckAll";
|
|
this.ckAll.Size = new System.Drawing.Size(37, 17);
|
|
this.ckAll.TabIndex = 4;
|
|
this.ckAll.Text = "All";
|
|
this.ckAll.UseVisualStyleBackColor = true;
|
|
this.ckAll.CheckedChanged += new System.EventHandler(this.ckAll_CheckedChanged);
|
|
//
|
|
// tbSubject
|
|
//
|
|
this.tbSubject.Location = new System.Drawing.Point(0, 12);
|
|
this.tbSubject.MaxLength = 500;
|
|
this.tbSubject.Name = "tbSubject";
|
|
this.tbSubject.Size = new System.Drawing.Size(755, 20);
|
|
this.tbSubject.TabIndex = 5;
|
|
//
|
|
// QuickNotificationCompose
|
|
//
|
|
this.AcceptButton = this.btnSend;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(755, 496);
|
|
this.Controls.Add(this.tbSubject);
|
|
this.Controls.Add(this.ckAll);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnSend);
|
|
this.Controls.Add(this.grid);
|
|
this.Controls.Add(this.tbMsg);
|
|
this.MinimizeBox = false;
|
|
this.Name = "QuickNotificationCompose";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "QuickNotification";
|
|
this.Load += new System.EventHandler(this.QuickNotificationCompose_Load);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.QuickNotificationCompose_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox tbMsg;
|
|
private System.Windows.Forms.DataGridView grid;
|
|
private System.Windows.Forms.Button btnSend;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.CheckBox ckAll;
|
|
private System.Windows.Forms.TextBox tbSubject;
|
|
}
|
|
} |