namespace Manager { partial class ShortcutCreateForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose (bool disposing) { if (disposing && (components != null)) { components.Dispose (); } base.Dispose (disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent () { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShortcutCreateForm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.iconSetGen = new System.Windows.Forms.RadioButton(); this.iconSetFromFile = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.iconFileInput = new System.Windows.Forms.TextBox(); this.iconFileBrowser = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.customIconDisplay = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.label5 = new System.Windows.Forms.Label(); this.colorPickerButton = new System.Windows.Forms.Button(); this.colorInputAndPreview = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.ratio8_7 = new System.Windows.Forms.RadioButton(); this.ratio3_2 = new System.Windows.Forms.RadioButton(); this.ratio1_1 = new System.Windows.Forms.RadioButton(); this.ratioCustom = new System.Windows.Forms.RadioButton(); this.label10 = new System.Windows.Forms.Label(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.ratioCustomBack = new System.Windows.Forms.TextBox(); this.ratioCustomFore = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.shortcutNameInput = new System.Windows.Forms.TextBox(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.imageSizeList = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewImageColumn(); this.imagesPreview = new System.Windows.Forms.FlowLayoutPanel(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.buttonGen = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.customIconDisplay)).BeginInit(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.imageSizeList)).BeginInit(); this.tableLayoutPanel5.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 7; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.Controls.Add(this.label1, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 1, 3); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 5); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 3, 5); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 5, 5); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 1, 7); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 9; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(782, 553); this.tableLayoutPanel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.label1, 5); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Segoe UI", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(27, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(727, 46); this.label1.TabIndex = 0; this.label1.Text = "Create Desktop Shortcut"; // // label2 // this.label2.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.label2, 5); this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(27, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(727, 60); this.label2.TabIndex = 1; this.label2.Text = resources.GetString("label2.Text"); // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 103F)); this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel2.Controls.Add(this.iconSetGen, 0, 2); this.tableLayoutPanel2.Controls.Add(this.iconSetFromFile, 0, 3); this.tableLayoutPanel2.Controls.Add(this.label4, 0, 5); this.tableLayoutPanel2.Controls.Add(this.iconFileInput, 0, 6); this.tableLayoutPanel2.Controls.Add(this.iconFileBrowser, 1, 7); this.tableLayoutPanel2.Controls.Add(this.label7, 0, 8); this.tableLayoutPanel2.Controls.Add(this.customIconDisplay, 0, 9); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(27, 153); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 10; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(235, 323); this.tableLayoutPanel2.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.tableLayoutPanel2.SetColumnSpan(this.label3, 2); this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(229, 40); this.label3.TabIndex = 0; this.label3.Text = "Please select the method for setting the icon."; // // iconSetGen // this.iconSetGen.AutoSize = true; this.iconSetGen.Checked = true; this.tableLayoutPanel2.SetColumnSpan(this.iconSetGen, 2); this.iconSetGen.Dock = System.Windows.Forms.DockStyle.Fill; this.iconSetGen.Location = new System.Drawing.Point(3, 51); this.iconSetGen.Name = "iconSetGen"; this.iconSetGen.Size = new System.Drawing.Size(229, 24); this.iconSetGen.TabIndex = 1; this.iconSetGen.TabStop = true; this.iconSetGen.Text = "Generate an icon"; this.iconSetGen.UseVisualStyleBackColor = true; this.iconSetGen.CheckedChanged += new System.EventHandler(this.iconSetGen_CheckedChanged); // // iconSetFromFile // this.iconSetFromFile.AutoSize = true; this.tableLayoutPanel2.SetColumnSpan(this.iconSetFromFile, 2); this.iconSetFromFile.Dock = System.Windows.Forms.DockStyle.Fill; this.iconSetFromFile.Location = new System.Drawing.Point(3, 81); this.iconSetFromFile.Name = "iconSetFromFile"; this.iconSetFromFile.Size = new System.Drawing.Size(229, 24); this.iconSetFromFile.TabIndex = 2; this.iconSetFromFile.Text = "Use existing icons"; this.iconSetFromFile.UseVisualStyleBackColor = true; this.iconSetFromFile.CheckedChanged += new System.EventHandler(this.iconSetFromFile_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.tableLayoutPanel2.SetColumnSpan(this.label4, 2); this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(3, 116); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(229, 20); this.label4.TabIndex = 3; this.label4.Text = "Custom icon file path:"; // // iconFileInput // this.tableLayoutPanel2.SetColumnSpan(this.iconFileInput, 2); this.iconFileInput.Dock = System.Windows.Forms.DockStyle.Fill; this.iconFileInput.Location = new System.Drawing.Point(3, 139); this.iconFileInput.Name = "iconFileInput"; this.iconFileInput.Size = new System.Drawing.Size(229, 27); this.iconFileInput.TabIndex = 4; this.iconFileInput.TextChanged += new System.EventHandler(this.iconFileInput_TextChanged); // // iconFileBrowser // this.iconFileBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.iconFileBrowser.Location = new System.Drawing.Point(135, 173); this.iconFileBrowser.Name = "iconFileBrowser"; this.iconFileBrowser.Size = new System.Drawing.Size(97, 33); this.iconFileBrowser.TabIndex = 5; this.iconFileBrowser.Text = "Browser..."; this.iconFileBrowser.UseVisualStyleBackColor = true; this.iconFileBrowser.Click += new System.EventHandler(this.iconFileBrowser_Click); // // label7 // this.label7.AutoSize = true; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(3, 209); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(126, 18); this.label7.TabIndex = 6; this.label7.Text = "Preview:"; // // customIconDisplay // this.customIconDisplay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.tableLayoutPanel2.SetColumnSpan(this.customIconDisplay, 2); this.customIconDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.customIconDisplay.Location = new System.Drawing.Point(3, 230); this.customIconDisplay.Name = "customIconDisplay"; this.customIconDisplay.Size = new System.Drawing.Size(229, 90); this.customIconDisplay.TabIndex = 7; this.customIconDisplay.TabStop = false; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 97F)); this.tableLayoutPanel3.Controls.Add(this.label5, 0, 0); this.tableLayoutPanel3.Controls.Add(this.colorPickerButton, 1, 1); this.tableLayoutPanel3.Controls.Add(this.colorInputAndPreview, 0, 1); this.tableLayoutPanel3.Controls.Add(this.label6, 0, 2); this.tableLayoutPanel3.Controls.Add(this.ratio8_7, 0, 3); this.tableLayoutPanel3.Controls.Add(this.ratio3_2, 0, 4); this.tableLayoutPanel3.Controls.Add(this.ratio1_1, 0, 5); this.tableLayoutPanel3.Controls.Add(this.ratioCustom, 0, 6); this.tableLayoutPanel3.Controls.Add(this.label10, 0, 7); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel6, 0, 8); this.tableLayoutPanel3.Controls.Add(this.label12, 0, 9); this.tableLayoutPanel3.Controls.Add(this.shortcutNameInput, 0, 10); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(273, 153); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 11; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(235, 323); this.tableLayoutPanel3.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.label5, 2); this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Location = new System.Drawing.Point(3, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(229, 20); this.label5.TabIndex = 0; this.label5.Text = "Background Color:"; // // colorPickerButton // this.colorPickerButton.Dock = System.Windows.Forms.DockStyle.Fill; this.colorPickerButton.Location = new System.Drawing.Point(141, 23); this.colorPickerButton.Name = "colorPickerButton"; this.colorPickerButton.Size = new System.Drawing.Size(91, 29); this.colorPickerButton.TabIndex = 1; this.colorPickerButton.Text = "Select"; this.colorPickerButton.UseVisualStyleBackColor = true; this.colorPickerButton.Click += new System.EventHandler(this.colorPickerButton_Click); // // colorInputAndPreview // this.colorInputAndPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.colorInputAndPreview.Location = new System.Drawing.Point(3, 23); this.colorInputAndPreview.Name = "colorInputAndPreview"; this.colorInputAndPreview.Size = new System.Drawing.Size(132, 27); this.colorInputAndPreview.TabIndex = 2; this.colorInputAndPreview.TextChanged += new System.EventHandler(this.colorInputAndPreview_TextChanged); // // label6 // this.label6.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.label6, 2); this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Location = new System.Drawing.Point(3, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(229, 40); this.label6.TabIndex = 3; this.label6.Text = "Background-to-foreground edge ratio"; // // ratio8_7 // this.ratio8_7.AutoSize = true; this.ratio8_7.Checked = true; this.tableLayoutPanel3.SetColumnSpan(this.ratio8_7, 2); this.ratio8_7.Dock = System.Windows.Forms.DockStyle.Fill; this.ratio8_7.Location = new System.Drawing.Point(3, 98); this.ratio8_7.Name = "ratio8_7"; this.ratio8_7.Size = new System.Drawing.Size(229, 24); this.ratio8_7.TabIndex = 4; this.ratio8_7.TabStop = true; this.ratio8_7.Text = "8:7"; this.ratio8_7.UseVisualStyleBackColor = true; this.ratio8_7.CheckedChanged += new System.EventHandler(this.ratio8_7_CheckedChanged); // // ratio3_2 // this.ratio3_2.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.ratio3_2, 2); this.ratio3_2.Dock = System.Windows.Forms.DockStyle.Fill; this.ratio3_2.Location = new System.Drawing.Point(3, 128); this.ratio3_2.Name = "ratio3_2"; this.ratio3_2.Size = new System.Drawing.Size(229, 24); this.ratio3_2.TabIndex = 5; this.ratio3_2.Text = "3:2"; this.ratio3_2.UseVisualStyleBackColor = true; this.ratio3_2.CheckedChanged += new System.EventHandler(this.ratio3_2_CheckedChanged); // // ratio1_1 // this.ratio1_1.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.ratio1_1, 2); this.ratio1_1.Dock = System.Windows.Forms.DockStyle.Fill; this.ratio1_1.Location = new System.Drawing.Point(3, 158); this.ratio1_1.Name = "ratio1_1"; this.ratio1_1.Size = new System.Drawing.Size(229, 24); this.ratio1_1.TabIndex = 6; this.ratio1_1.Text = "1:1"; this.ratio1_1.UseVisualStyleBackColor = true; this.ratio1_1.CheckedChanged += new System.EventHandler(this.ratio1_1_CheckedChanged); // // ratioCustom // this.ratioCustom.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.ratioCustom, 2); this.ratioCustom.Dock = System.Windows.Forms.DockStyle.Fill; this.ratioCustom.Location = new System.Drawing.Point(3, 188); this.ratioCustom.Name = "ratioCustom"; this.ratioCustom.Size = new System.Drawing.Size(229, 24); this.ratioCustom.TabIndex = 7; this.ratioCustom.Text = "Custom"; this.ratioCustom.UseVisualStyleBackColor = true; this.ratioCustom.CheckedChanged += new System.EventHandler(this.ratioCustom_CheckedChanged); // // label10 // this.label10.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.label10, 2); this.label10.Dock = System.Windows.Forms.DockStyle.Fill; this.label10.Location = new System.Drawing.Point(3, 215); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(229, 20); this.label10.TabIndex = 8; this.label10.Text = "Custom Ratio:"; // // tableLayoutPanel6 // this.tableLayoutPanel6.ColumnCount = 3; this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel6, 2); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.Controls.Add(this.ratioCustomBack, 0, 0); this.tableLayoutPanel6.Controls.Add(this.ratioCustomFore, 2, 0); this.tableLayoutPanel6.Controls.Add(this.label11, 1, 0); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(0, 235); this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(235, 32); this.tableLayoutPanel6.TabIndex = 9; // // ratioCustomBack // this.ratioCustomBack.Dock = System.Windows.Forms.DockStyle.Fill; this.ratioCustomBack.Location = new System.Drawing.Point(3, 3); this.ratioCustomBack.Name = "ratioCustomBack"; this.ratioCustomBack.Size = new System.Drawing.Size(101, 27); this.ratioCustomBack.TabIndex = 0; this.ratioCustomBack.Text = "8"; this.ratioCustomBack.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // ratioCustomFore // this.ratioCustomFore.Dock = System.Windows.Forms.DockStyle.Fill; this.ratioCustomFore.Location = new System.Drawing.Point(130, 3); this.ratioCustomFore.Name = "ratioCustomFore"; this.ratioCustomFore.Size = new System.Drawing.Size(102, 27); this.ratioCustomFore.TabIndex = 1; this.ratioCustomFore.Text = "7"; this.ratioCustomFore.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label11 // this.label11.AutoSize = true; this.label11.Dock = System.Windows.Forms.DockStyle.Fill; this.label11.Location = new System.Drawing.Point(110, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(14, 32); this.label11.TabIndex = 2; this.label11.Text = ":"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label12 // this.label12.AutoSize = true; this.tableLayoutPanel3.SetColumnSpan(this.label12, 2); this.label12.Dock = System.Windows.Forms.DockStyle.Fill; this.label12.Location = new System.Drawing.Point(3, 267); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(229, 20); this.label12.TabIndex = 10; this.label12.Text = "Shortcut Display Name"; // // shortcutNameInput // this.tableLayoutPanel3.SetColumnSpan(this.shortcutNameInput, 2); this.shortcutNameInput.Dock = System.Windows.Forms.DockStyle.Fill; this.shortcutNameInput.Location = new System.Drawing.Point(3, 290); this.shortcutNameInput.Name = "shortcutNameInput"; this.shortcutNameInput.Size = new System.Drawing.Size(229, 27); this.shortcutNameInput.TabIndex = 11; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 1; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Controls.Add(this.label8, 0, 0); this.tableLayoutPanel4.Controls.Add(this.label9, 0, 2); this.tableLayoutPanel4.Controls.Add(this.imageSizeList, 0, 1); this.tableLayoutPanel4.Controls.Add(this.imagesPreview, 0, 3); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(519, 153); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 4; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(235, 323); this.tableLayoutPanel4.TabIndex = 4; // // label8 // this.label8.AutoSize = true; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Location = new System.Drawing.Point(3, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(229, 20); this.label8.TabIndex = 0; this.label8.Text = "Image List:"; // // label9 // this.label9.AutoSize = true; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Location = new System.Drawing.Point(3, 161); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(229, 20); this.label9.TabIndex = 1; this.label9.Text = "Preview:"; // // imageSizeList // this.imageSizeList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.imageSizeList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2}); this.imageSizeList.Dock = System.Windows.Forms.DockStyle.Fill; this.imageSizeList.Location = new System.Drawing.Point(3, 23); this.imageSizeList.Name = "imageSizeList"; this.imageSizeList.RowTemplate.Height = 27; this.imageSizeList.Size = new System.Drawing.Size(229, 135); this.imageSizeList.TabIndex = 2; this.imageSizeList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.imageSizeList_CellDoubleClick); // // Column1 // this.Column1.HeaderText = "Size"; this.Column1.Name = "Column1"; this.Column1.Width = 50; // // Column2 // this.Column2.HeaderText = "Image"; this.Column2.Name = "Column2"; // // imagesPreview // this.imagesPreview.AutoScroll = true; this.imagesPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.imagesPreview.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.imagesPreview.Location = new System.Drawing.Point(3, 184); this.imagesPreview.Name = "imagesPreview"; this.imagesPreview.Size = new System.Drawing.Size(229, 136); this.imagesPreview.TabIndex = 3; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 5; this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel5, 5); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 172F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.Controls.Add(this.buttonGen, 1, 1); this.tableLayoutPanel5.Controls.Add(this.buttonCancel, 3, 1); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(24, 489); this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 3; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(733, 40); this.tableLayoutPanel5.TabIndex = 5; // // buttonGen // this.buttonGen.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonGen.Location = new System.Drawing.Point(180, 4); this.buttonGen.Margin = new System.Windows.Forms.Padding(0); this.buttonGen.Name = "buttonGen"; this.buttonGen.Size = new System.Drawing.Size(100, 32); this.buttonGen.TabIndex = 0; this.buttonGen.Text = "Generate"; this.buttonGen.UseVisualStyleBackColor = true; this.buttonGen.Click += new System.EventHandler(this.buttonGen_Click); // // buttonCancel // this.buttonCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonCancel.Location = new System.Drawing.Point(452, 4); this.buttonCancel.Margin = new System.Windows.Forms.Padding(0); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(100, 32); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // ShortcutCreateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(782, 553); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "ShortcutCreateForm"; this.ShowIcon = false; this.Text = "ShortcutCreateForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShortcutCreateForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ShortcutCreateForm_FormClosed); this.Load += new System.EventHandler(this.ShortcutCreateForm_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.customIconDisplay)).EndInit(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.imageSizeList)).EndInit(); this.tableLayoutPanel5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label label3; private System.Windows.Forms.RadioButton iconSetGen; private System.Windows.Forms.RadioButton iconSetFromFile; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox iconFileInput; private System.Windows.Forms.Button iconFileBrowser; private System.Windows.Forms.Label label7; private System.Windows.Forms.PictureBox customIconDisplay; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button colorPickerButton; private System.Windows.Forms.TextBox colorInputAndPreview; private System.Windows.Forms.Label label6; private System.Windows.Forms.RadioButton ratio8_7; private System.Windows.Forms.RadioButton ratio3_2; private System.Windows.Forms.RadioButton ratio1_1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.RadioButton ratioCustom; private System.Windows.Forms.Label label10; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.TextBox ratioCustomBack; private System.Windows.Forms.TextBox ratioCustomFore; private System.Windows.Forms.Label label11; private System.Windows.Forms.DataGridView imageSizeList; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewImageColumn Column2; private System.Windows.Forms.FlowLayoutPanel imagesPreview; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.Button buttonGen; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox shortcutNameInput; } }