namespace ChatworkBulkSender.UserControls
{
partial class PatternNameHeaderControl
{
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region コンポーネント デザイナーで生成されたコード
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
private void InitializeComponent()
{
this.lblPatternName = new System.Windows.Forms.Label();
this.txtPatternName = new System.Windows.Forms.TextBox();
this.lblSortOrder = new System.Windows.Forms.Label();
this.txtSortOrder = new System.Windows.Forms.TextBox();
this.chkUnusedFlg = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// lblPatternName
//
this.lblPatternName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.lblPatternName.Location = new System.Drawing.Point(46, 13);
this.lblPatternName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblPatternName.Name = "lblPatternName";
this.lblPatternName.Size = new System.Drawing.Size(122, 26);
this.lblPatternName.TabIndex = 9;
this.lblPatternName.Text = "パターン名称";
this.lblPatternName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// txtPatternName
//
this.txtPatternName.Font = new System.Drawing.Font("MS UI Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.txtPatternName.Location = new System.Drawing.Point(168, 13);
this.txtPatternName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtPatternName.Name = "txtPatternName";
this.txtPatternName.Size = new System.Drawing.Size(655, 21);
this.txtPatternName.TabIndex = 10;
//
// lblSortOrder
//
this.lblSortOrder.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.lblSortOrder.Location = new System.Drawing.Point(949, 13);
this.lblSortOrder.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblSortOrder.Name = "lblSortOrder";
this.lblSortOrder.Size = new System.Drawing.Size(70, 26);
this.lblSortOrder.TabIndex = 9;
this.lblSortOrder.Text = "並び順";
this.lblSortOrder.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// txtSortOrder
//
this.txtSortOrder.Font = new System.Drawing.Font("MS UI Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.txtSortOrder.Location = new System.Drawing.Point(1019, 13);
this.txtSortOrder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtSortOrder.Name = "txtSortOrder";
this.txtSortOrder.Size = new System.Drawing.Size(95, 21);
this.txtSortOrder.TabIndex = 10;
//
// chkUnusedFlg
//
this.chkUnusedFlg.AutoSize = true;
this.chkUnusedFlg.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.chkUnusedFlg.Location = new System.Drawing.Point(1263, 13);
this.chkUnusedFlg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.chkUnusedFlg.Name = "chkUnusedFlg";
this.chkUnusedFlg.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chkUnusedFlg.Size = new System.Drawing.Size(129, 20);
this.chkUnusedFlg.TabIndex = 11;
this.chkUnusedFlg.Text = "未使用フラグ";
this.chkUnusedFlg.UseVisualStyleBackColor = true;
//
// PatternNameHeaderControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.chkUnusedFlg);
this.Controls.Add(this.txtSortOrder);
this.Controls.Add(this.txtPatternName);
this.Controls.Add(this.lblSortOrder);
this.Controls.Add(this.lblPatternName);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "PatternNameHeaderControl";
this.Size = new System.Drawing.Size(1418, 41);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblPatternName;
private System.Windows.Forms.TextBox txtPatternName;
private System.Windows.Forms.Label lblSortOrder;
private System.Windows.Forms.TextBox txtSortOrder;
private System.Windows.Forms.CheckBox chkUnusedFlg;
}
}