Here are the examples of the csharp api System.ComponentModel.ComponentResourceManager.ApplyResources(object, string, System.Globalization.CultureInfo) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
521 Examples
19
View Source File : RoutingRuleSettingForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : 2dust
License : GNU General Public License v3.0
Project Creator : 2dust
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingRuleSettingForm));
this.btnClose = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.txtUrl = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtRemarks = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.lvRoutings = new v2rayN.Base.ListViewFlickerFree();
this.cmsLv = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuExportSelectedRules = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.menuMoveTop = new System.Windows.Forms.ToolStripMenuItem();
this.menuMoveUp = new System.Windows.Forms.ToolStripMenuItem();
this.menuMoveDown = new System.Windows.Forms.ToolStripMenuItem();
this.menuMoveBottom = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.menuServer = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportRulesFromFile = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportRulesFromClipboard = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportRulesFromUrl = new System.Windows.Forms.ToolStripMenuItem();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.cmsLv.SuspendLayout();
this.tabControl2.SuspendLayout();
this.tabPage2.SuspendLayout();
this.menuServer.SuspendLayout();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panel2
//
this.panel2.Controls.Add(this.btnClose);
this.panel2.Controls.Add(this.btnOK);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtUrl);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtRemarks);
this.panel1.Controls.Add(this.label2);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// txtUrl
//
resources.ApplyResources(this.txtUrl, "txtUrl");
this.txtUrl.Name = "txtUrl";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// txtRemarks
//
resources.ApplyResources(this.txtRemarks, "txtRemarks");
this.txtRemarks.Name = "txtRemarks";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// lvRoutings
//
this.lvRoutings.ContextMenuStrip = this.cmsLv;
resources.ApplyResources(this.lvRoutings, "lvRoutings");
this.lvRoutings.FullRowSelect = true;
this.lvRoutings.GridLines = true;
this.lvRoutings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvRoutings.HideSelection = false;
this.lvRoutings.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
((System.Windows.Forms.ListViewItem)(resources.GetObject("lvRoutings.Items")))});
this.lvRoutings.MultiSelect = false;
this.lvRoutings.Name = "lvRoutings";
this.lvRoutings.UseCompatibleStateImageBehavior = false;
this.lvRoutings.View = System.Windows.Forms.View.Details;
this.lvRoutings.DoubleClick += new System.EventHandler(this.lvRoutings_DoubleClick);
this.lvRoutings.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvRoutings_KeyDown);
//
// cmsLv
//
this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuAdd,
this.menuRemove,
this.menuSelectAll,
this.menuExportSelectedRules,
this.toolStripSeparator3,
this.menuMoveTop,
this.menuMoveUp,
this.menuMoveDown,
this.menuMoveBottom});
this.cmsLv.Name = "cmsLv";
this.cmsLv.OwnerItem = this.MenuItem1;
resources.ApplyResources(this.cmsLv, "cmsLv");
//
// menuAdd
//
this.menuAdd.Name = "menuAdd";
resources.ApplyResources(this.menuAdd, "menuAdd");
this.menuAdd.Click += new System.EventHandler(this.menuAdd_Click);
//
// menuRemove
//
this.menuRemove.Name = "menuRemove";
resources.ApplyResources(this.menuRemove, "menuRemove");
this.menuRemove.Click += new System.EventHandler(this.menuRemove_Click);
//
// menuSelectAll
//
this.menuSelectAll.Name = "menuSelectAll";
resources.ApplyResources(this.menuSelectAll, "menuSelectAll");
this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click);
//
// menuExportSelectedRules
//
this.menuExportSelectedRules.Name = "menuExportSelectedRules";
resources.ApplyResources(this.menuExportSelectedRules, "menuExportSelectedRules");
this.menuExportSelectedRules.Click += new System.EventHandler(this.menuExportSelectedRules_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
//
// menuMoveTop
//
this.menuMoveTop.Name = "menuMoveTop";
resources.ApplyResources(this.menuMoveTop, "menuMoveTop");
this.menuMoveTop.Click += new System.EventHandler(this.menuMoveTop_Click);
//
// menuMoveUp
//
this.menuMoveUp.Name = "menuMoveUp";
resources.ApplyResources(this.menuMoveUp, "menuMoveUp");
this.menuMoveUp.Click += new System.EventHandler(this.menuMoveUp_Click);
//
// menuMoveDown
//
this.menuMoveDown.Name = "menuMoveDown";
resources.ApplyResources(this.menuMoveDown, "menuMoveDown");
this.menuMoveDown.Click += new System.EventHandler(this.menuMoveDown_Click);
//
// menuMoveBottom
//
this.menuMoveBottom.Name = "menuMoveBottom";
resources.ApplyResources(this.menuMoveBottom, "menuMoveBottom");
this.menuMoveBottom.Click += new System.EventHandler(this.menuMoveBottom_Click);
//
// MenuItem1
//
this.MenuItem1.DropDown = this.cmsLv;
this.MenuItem1.Name = "MenuItem1";
resources.ApplyResources(this.MenuItem1, "MenuItem1");
//
// tabControl2
//
this.tabControl2.Controls.Add(this.tabPage2);
resources.ApplyResources(this.tabControl2, "tabControl2");
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.lvRoutings);
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// menuServer
//
this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItem1,
this.toolStripMenuItem1});
resources.ApplyResources(this.menuServer, "menuServer");
this.menuServer.Name = "menuServer";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuImportRulesFromFile,
this.menuImportRulesFromClipboard,
this.menuImportRulesFromUrl});
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// menuImportRulesFromFile
//
this.menuImportRulesFromFile.Name = "menuImportRulesFromFile";
resources.ApplyResources(this.menuImportRulesFromFile, "menuImportRulesFromFile");
this.menuImportRulesFromFile.Click += new System.EventHandler(this.menuImportRulesFromFile_Click);
//
// menuImportRulesFromClipboard
//
this.menuImportRulesFromClipboard.Name = "menuImportRulesFromClipboard";
resources.ApplyResources(this.menuImportRulesFromClipboard, "menuImportRulesFromClipboard");
this.menuImportRulesFromClipboard.Click += new System.EventHandler(this.menuImportRulesFromClipboard_Click);
//
// menuImportRulesFromUrl
//
this.menuImportRulesFromUrl.Name = "menuImportRulesFromUrl";
resources.ApplyResources(this.menuImportRulesFromUrl, "menuImportRulesFromUrl");
this.menuImportRulesFromUrl.Click += new System.EventHandler(this.menuImportRulesFromUrl_Click);
//
// RoutingRuleSettingForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.Controls.Add(this.tabControl2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.menuServer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RoutingRuleSettingForm";
this.Load += new System.EventHandler(this.RoutingRuleSettingForm_Load);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.cmsLv.ResumeLayout(false);
this.tabControl2.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.menuServer.ResumeLayout(false);
this.menuServer.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : RoutingSettingForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : 2dust
License : GNU General Public License v3.0
Project Creator : 2dust
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingSettingForm));
this.btnClose = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.labRoutingTips = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.cmbdomainMatcher = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.chkenableRoutingAdvanced = new System.Windows.Forms.CheckBox();
this.linkLabelRoutingDoc = new System.Windows.Forms.LinkLabel();
this.cmbdomainStrategy = new System.Windows.Forms.ComboBox();
this.cmsLv = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuSetDefaultRouting = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItemAdvanced = new System.Windows.Forms.ToolStripMenuItem();
this.menuServer = new System.Windows.Forms.MenuStrip();
this.MenuItemBasic = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportBasicRules = new System.Windows.Forms.ToolStripMenuItem();
this.tabNormal = new System.Windows.Forms.TabControl();
this.tabPageProxy = new System.Windows.Forms.TabPage();
this.panel5 = new System.Windows.Forms.Panel();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.txtProxyIp = new System.Windows.Forms.TextBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.txtProxyDomain = new System.Windows.Forms.TextBox();
this.tabPageDirect = new System.Windows.Forms.TabPage();
this.panel4 = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtDirectIp = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtDirectDomain = new System.Windows.Forms.TextBox();
this.tabPageBlock = new System.Windows.Forms.TabPage();
this.panel3 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtBlockIp = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtBlockDomain = new System.Windows.Forms.TextBox();
this.tabPageRuleList = new System.Windows.Forms.TabPage();
this.lvRoutings = new v2rayN.Base.ListViewFlickerFree();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.cmsLv.SuspendLayout();
this.menuServer.SuspendLayout();
this.tabNormal.SuspendLayout();
this.tabPageProxy.SuspendLayout();
this.panel5.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.tabPageDirect.SuspendLayout();
this.panel4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabPageBlock.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPageRuleList.SuspendLayout();
this.SuspendLayout();
//
// btnClose
//
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panel2
//
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Controls.Add(this.labRoutingTips);
this.panel2.Controls.Add(this.btnClose);
this.panel2.Controls.Add(this.btnOK);
this.panel2.Name = "panel2";
//
// labRoutingTips
//
resources.ApplyResources(this.labRoutingTips, "labRoutingTips");
this.labRoutingTips.ForeColor = System.Drawing.Color.Brown;
this.labRoutingTips.Name = "labRoutingTips";
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.cmbdomainMatcher);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.chkenableRoutingAdvanced);
this.panel1.Controls.Add(this.linkLabelRoutingDoc);
this.panel1.Controls.Add(this.cmbdomainStrategy);
this.panel1.Name = "panel1";
//
// cmbdomainMatcher
//
resources.ApplyResources(this.cmbdomainMatcher, "cmbdomainMatcher");
this.cmbdomainMatcher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbdomainMatcher.FormattingEnabled = true;
this.cmbdomainMatcher.Items.AddRange(new object[] {
resources.GetString("cmbdomainMatcher.Items"),
resources.GetString("cmbdomainMatcher.Items1")});
this.cmbdomainMatcher.Name = "cmbdomainMatcher";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// chkenableRoutingAdvanced
//
resources.ApplyResources(this.chkenableRoutingAdvanced, "chkenableRoutingAdvanced");
this.chkenableRoutingAdvanced.Name = "chkenableRoutingAdvanced";
this.chkenableRoutingAdvanced.UseVisualStyleBackColor = true;
this.chkenableRoutingAdvanced.CheckedChanged += new System.EventHandler(this.chkenableRoutingAdvanced_CheckedChanged_1);
//
// linkLabelRoutingDoc
//
resources.ApplyResources(this.linkLabelRoutingDoc, "linkLabelRoutingDoc");
this.linkLabelRoutingDoc.Name = "linkLabelRoutingDoc";
this.linkLabelRoutingDoc.TabStop = true;
this.linkLabelRoutingDoc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelRoutingDoc_LinkClicked);
//
// cmbdomainStrategy
//
resources.ApplyResources(this.cmbdomainStrategy, "cmbdomainStrategy");
this.cmbdomainStrategy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbdomainStrategy.FormattingEnabled = true;
this.cmbdomainStrategy.Items.AddRange(new object[] {
resources.GetString("cmbdomainStrategy.Items"),
resources.GetString("cmbdomainStrategy.Items1"),
resources.GetString("cmbdomainStrategy.Items2")});
this.cmbdomainStrategy.Name = "cmbdomainStrategy";
//
// cmsLv
//
resources.ApplyResources(this.cmsLv, "cmsLv");
this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuAdd,
this.menuRemove,
this.menuSelectAll,
this.menuSetDefaultRouting});
this.cmsLv.Name = "cmsLv";
this.cmsLv.OwnerItem = this.MenuItemAdvanced;
//
// menuAdd
//
resources.ApplyResources(this.menuAdd, "menuAdd");
this.menuAdd.Name = "menuAdd";
this.menuAdd.Click += new System.EventHandler(this.menuAdd_Click);
//
// menuRemove
//
resources.ApplyResources(this.menuRemove, "menuRemove");
this.menuRemove.Name = "menuRemove";
this.menuRemove.Click += new System.EventHandler(this.menuRemove_Click);
//
// menuSelectAll
//
resources.ApplyResources(this.menuSelectAll, "menuSelectAll");
this.menuSelectAll.Name = "menuSelectAll";
this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click);
//
// menuSetDefaultRouting
//
resources.ApplyResources(this.menuSetDefaultRouting, "menuSetDefaultRouting");
this.menuSetDefaultRouting.Name = "menuSetDefaultRouting";
this.menuSetDefaultRouting.Click += new System.EventHandler(this.menuSetDefaultRouting_Click);
//
// MenuItemAdvanced
//
resources.ApplyResources(this.MenuItemAdvanced, "MenuItemAdvanced");
this.MenuItemAdvanced.DropDown = this.cmsLv;
this.MenuItemAdvanced.Name = "MenuItemAdvanced";
//
// menuServer
//
resources.ApplyResources(this.menuServer, "menuServer");
this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItemBasic,
this.MenuItemAdvanced});
this.menuServer.Name = "menuServer";
//
// MenuItemBasic
//
resources.ApplyResources(this.MenuItemBasic, "MenuItemBasic");
this.MenuItemBasic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuImportBasicRules});
this.MenuItemBasic.Name = "MenuItemBasic";
//
// menuImportBasicRules
//
resources.ApplyResources(this.menuImportBasicRules, "menuImportBasicRules");
this.menuImportBasicRules.Name = "menuImportBasicRules";
this.menuImportBasicRules.Click += new System.EventHandler(this.menuImportBasicRules_Click);
//
// tabNormal
//
resources.ApplyResources(this.tabNormal, "tabNormal");
this.tabNormal.Controls.Add(this.tabPageProxy);
this.tabNormal.Controls.Add(this.tabPageDirect);
this.tabNormal.Controls.Add(this.tabPageBlock);
this.tabNormal.Controls.Add(this.tabPageRuleList);
this.tabNormal.Name = "tabNormal";
this.tabNormal.SelectedIndex = 0;
this.tabNormal.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabNormal_Selecting);
//
// tabPageProxy
//
resources.ApplyResources(this.tabPageProxy, "tabPageProxy");
this.tabPageProxy.Controls.Add(this.panel5);
this.tabPageProxy.Name = "tabPageProxy";
this.tabPageProxy.UseVisualStyleBackColor = true;
//
// panel5
//
resources.ApplyResources(this.panel5, "panel5");
this.panel5.Controls.Add(this.groupBox5);
this.panel5.Controls.Add(this.groupBox6);
this.panel5.Name = "panel5";
//
// groupBox5
//
resources.ApplyResources(this.groupBox5, "groupBox5");
this.groupBox5.Controls.Add(this.txtProxyIp);
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
//
// txtProxyIp
//
resources.ApplyResources(this.txtProxyIp, "txtProxyIp");
this.txtProxyIp.Name = "txtProxyIp";
//
// groupBox6
//
resources.ApplyResources(this.groupBox6, "groupBox6");
this.groupBox6.Controls.Add(this.txtProxyDomain);
this.groupBox6.Name = "groupBox6";
this.groupBox6.TabStop = false;
//
// txtProxyDomain
//
resources.ApplyResources(this.txtProxyDomain, "txtProxyDomain");
this.txtProxyDomain.Name = "txtProxyDomain";
//
// tabPageDirect
//
resources.ApplyResources(this.tabPageDirect, "tabPageDirect");
this.tabPageDirect.Controls.Add(this.panel4);
this.tabPageDirect.Name = "tabPageDirect";
this.tabPageDirect.UseVisualStyleBackColor = true;
//
// panel4
//
resources.ApplyResources(this.panel4, "panel4");
this.panel4.Controls.Add(this.groupBox3);
this.panel4.Controls.Add(this.groupBox4);
this.panel4.Name = "panel4";
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.txtDirectIp);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// txtDirectIp
//
resources.ApplyResources(this.txtDirectIp, "txtDirectIp");
this.txtDirectIp.Name = "txtDirectIp";
//
// groupBox4
//
resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Controls.Add(this.txtDirectDomain);
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
//
// txtDirectDomain
//
resources.ApplyResources(this.txtDirectDomain, "txtDirectDomain");
this.txtDirectDomain.Name = "txtDirectDomain";
//
// tabPageBlock
//
resources.ApplyResources(this.tabPageBlock, "tabPageBlock");
this.tabPageBlock.Controls.Add(this.panel3);
this.tabPageBlock.Name = "tabPageBlock";
this.tabPageBlock.UseVisualStyleBackColor = true;
//
// panel3
//
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Controls.Add(this.groupBox2);
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Name = "panel3";
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.txtBlockIp);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// txtBlockIp
//
resources.ApplyResources(this.txtBlockIp, "txtBlockIp");
this.txtBlockIp.Name = "txtBlockIp";
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.txtBlockDomain);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// txtBlockDomain
//
resources.ApplyResources(this.txtBlockDomain, "txtBlockDomain");
this.txtBlockDomain.Name = "txtBlockDomain";
//
// tabPageRuleList
//
resources.ApplyResources(this.tabPageRuleList, "tabPageRuleList");
this.tabPageRuleList.Controls.Add(this.lvRoutings);
this.tabPageRuleList.Name = "tabPageRuleList";
this.tabPageRuleList.UseVisualStyleBackColor = true;
//
// lvRoutings
//
resources.ApplyResources(this.lvRoutings, "lvRoutings");
this.lvRoutings.ContextMenuStrip = this.cmsLv;
this.lvRoutings.FullRowSelect = true;
this.lvRoutings.GridLines = true;
this.lvRoutings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvRoutings.HideSelection = false;
this.lvRoutings.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
((System.Windows.Forms.ListViewItem)(resources.GetObject("lvRoutings.Items")))});
this.lvRoutings.MultiSelect = false;
this.lvRoutings.Name = "lvRoutings";
this.lvRoutings.UseCompatibleStateImageBehavior = false;
this.lvRoutings.View = System.Windows.Forms.View.Details;
this.lvRoutings.DoubleClick += new System.EventHandler(this.lvRoutings_DoubleClick);
//
// RoutingSettingForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.Controls.Add(this.tabNormal);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.menuServer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RoutingSettingForm";
this.Load += new System.EventHandler(this.RoutingSettingForm_Load);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.cmsLv.ResumeLayout(false);
this.menuServer.ResumeLayout(false);
this.menuServer.PerformLayout();
this.tabNormal.ResumeLayout(false);
this.tabPageProxy.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.tabPageDirect.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.tabPageBlock.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPageRuleList.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : DiffEditorControl.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiffEditorControl));
this.diffControl1 = new Ankh.Diff.DiffUtils.Controls.DiffControl();
this.SuspendLayout();
//
// diffControl1
//
resources.ApplyResources(this.diffControl1, "diffControl1");
this.diffControl1.Name = "diffControl1";
this.diffControl1.ShowWhitespaceInLineDiff = true;
this.diffControl1.ViewFont = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
//
// DiffToolWindowControl
//
this.Controls.Add(this.diffControl1);
this.Name = "DiffToolWindowControl";
resources.ApplyResources(this, "$this");
this.ResumeLayout(false);
}
19
View Source File : AnnotateDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnnotateDialog));
this.label1 = new System.Windows.Forms.Label();
this.targetBox = new System.Windows.Forms.ComboBox();
this.browseButton = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.startRevision = new Ankh.UI.PathSelector.VersionSelector();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.toRevision = new Ankh.UI.PathSelector.VersionSelector();
this.label2 = new System.Windows.Forms.Label();
this.whitespaceBox = new System.Windows.Forms.ComboBox();
this.ignoreEols = new System.Windows.Forms.CheckBox();
this.includeMergeInfo = new System.Windows.Forms.CheckBox();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// targetBox
//
resources.ApplyResources(this.targetBox, "targetBox");
this.targetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.targetBox.FormatString = "f";
this.targetBox.FormattingEnabled = true;
this.targetBox.Name = "targetBox";
this.targetBox.SelectedValueChanged += new System.EventHandler(this.targetBox_SelectedValueChanged);
//
// browseButton
//
resources.ApplyResources(this.browseButton, "browseButton");
this.browseButton.Name = "browseButton";
this.browseButton.UseVisualStyleBackColor = true;
this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.startRevision);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// startRevision
//
resources.ApplyResources(this.startRevision, "startRevision");
this.startRevision.Name = "startRevision";
this.startRevision.SvnOrigin = null;
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.toRevision);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// toRevision
//
resources.ApplyResources(this.toRevision, "toRevision");
this.toRevision.Name = "toRevision";
this.toRevision.SvnOrigin = null;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// whitespaceBox
//
this.whitespaceBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.whitespaceBox, "whitespaceBox");
this.whitespaceBox.Name = "whitespaceBox";
//
// ignoreEols
//
resources.ApplyResources(this.ignoreEols, "ignoreEols");
this.ignoreEols.Checked = true;
this.ignoreEols.CheckState = System.Windows.Forms.CheckState.Checked;
this.ignoreEols.Name = "ignoreEols";
this.ignoreEols.UseVisualStyleBackColor = true;
//
// includeMergeInfo
//
resources.ApplyResources(this.includeMergeInfo, "includeMergeInfo");
this.includeMergeInfo.Name = "includeMergeInfo";
this.includeMergeInfo.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// AnnotateDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.includeMergeInfo);
this.Controls.Add(this.ignoreEols);
this.Controls.Add(this.whitespaceBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.browseButton);
this.Controls.Add(this.targetBox);
this.Controls.Add(this.label1);
this.Name = "AnnotateDialog";
this.Load += new System.EventHandler(this.AnnotateDialog_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : RecentMessageDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecentMessageDialog));
this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer();
this.logMessageList = new System.Windows.Forms.ListView();
this.previewBox = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.logMessageList);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.previewBox);
//
// logMessageList
//
resources.ApplyResources(this.logMessageList, "logMessageList");
this.logMessageList.FullRowSelect = true;
this.logMessageList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.logMessageList.HideSelection = false;
this.logMessageList.Name = "logMessageList";
this.logMessageList.UseCompatibleStateImageBehavior = false;
this.logMessageList.View = System.Windows.Forms.View.Details;
this.logMessageList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(logMessageList_ItemSelectionChanged);
//
// previewBox
//
this.previewBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.previewBox, "previewBox");
this.previewBox.Name = "previewBox";
this.previewBox.ReadOnly = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// RecentMessageDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.splitContainer1);
this.Name = "RecentMessageDialog";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : IssueSelector.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IssueSelector));
this.issuesView1 = new Ankh.UI.IssueTracker.IssuesView(this.components);
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// issuesView1
//
resources.ApplyResources(this.issuesView1, "issuesView1");
this.issuesView1.MultiSelect = false;
this.issuesView1.Name = "issuesView1";
this.issuesView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.issuesView1_ItemSelectionChanged);
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// IssueSelector
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.issuesView1);
this.Name = "IssueSelector";
this.ResumeLayout(false);
}
19
View Source File : CheckoutDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckoutDialog));
this.urlGroupBox = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.revisionPicker = new Ankh.UI.PathSelector.VersionSelector();
this.urlBrowse = new System.Windows.Forms.Button();
this.urlTextBox = new System.Windows.Forms.TextBox();
this.localDirGroupBox = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.localDirTextBox = new System.Windows.Forms.TextBox();
this.nonRecursiveCheckBox = new System.Windows.Forms.CheckBox();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.omitExternalsCheckBox = new System.Windows.Forms.CheckBox();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.urlGroupBox.SuspendLayout();
this.localDirGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// urlGroupBox
//
resources.ApplyResources(this.urlGroupBox, "urlGroupBox");
this.urlGroupBox.Controls.Add(this.label1);
this.urlGroupBox.Controls.Add(this.revisionPicker);
this.urlGroupBox.Controls.Add(this.urlBrowse);
this.urlGroupBox.Controls.Add(this.urlTextBox);
this.urlGroupBox.Name = "urlGroupBox";
this.urlGroupBox.TabStop = false;
this.urlGroupBox.TextChanged += new System.EventHandler(this.ControlsChanged);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// revisionPicker
//
resources.ApplyResources(this.revisionPicker, "revisionPicker");
this.revisionPicker.Name = "revisionPicker";
this.revisionPicker.SvnOrigin = null;
//
// urlBrowse
//
resources.ApplyResources(this.urlBrowse, "urlBrowse");
this.urlBrowse.CausesValidation = false;
this.urlBrowse.Name = "urlBrowse";
this.urlBrowse.Click += new System.EventHandler(this.urlBrowse_Click);
//
// urlTextBox
//
resources.ApplyResources(this.urlTextBox, "urlTextBox");
this.urlTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.urlTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.urlTextBox.Name = "urlTextBox";
this.urlTextBox.TextChanged += new System.EventHandler(this.urlTextBox_TextChanged);
this.urlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.urlTextBox_Validating);
//
// localDirGroupBox
//
resources.ApplyResources(this.localDirGroupBox, "localDirGroupBox");
this.localDirGroupBox.Controls.Add(this.label2);
this.localDirGroupBox.Controls.Add(this.button1);
this.localDirGroupBox.Controls.Add(this.localDirTextBox);
this.localDirGroupBox.Name = "localDirGroupBox";
this.localDirGroupBox.TabStop = false;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.CausesValidation = false;
this.button1.Name = "button1";
this.button1.Click += new System.EventHandler(this.BrowseClicked);
//
// localDirTextBox
//
resources.ApplyResources(this.localDirTextBox, "localDirTextBox");
this.localDirTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.localDirTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
this.localDirTextBox.Name = "localDirTextBox";
this.localDirTextBox.TextChanged += new System.EventHandler(this.ControlsChanged);
this.localDirTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.localDirTextBox_Validating);
//
// nonRecursiveCheckBox
//
resources.ApplyResources(this.nonRecursiveCheckBox, "nonRecursiveCheckBox");
this.nonRecursiveCheckBox.Name = "nonRecursiveCheckBox";
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.CausesValidation = false;
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
//
// omitExternalsCheckBox
//
resources.ApplyResources(this.omitExternalsCheckBox, "omitExternalsCheckBox");
this.omitExternalsCheckBox.Name = "omitExternalsCheckBox";
//
// errorProvider
//
this.errorProvider.ContainerControl = this;
//
// CheckoutDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.omitExternalsCheckBox);
this.Controls.Add(this.nonRecursiveCheckBox);
this.Controls.Add(this.localDirGroupBox);
this.Controls.Add(this.urlGroupBox);
this.Name = "CheckoutDialog";
this.urlGroupBox.ResumeLayout(false);
this.urlGroupBox.PerformLayout();
this.localDirGroupBox.ResumeLayout(false);
this.localDirGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
}
19
View Source File : ExportDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportDialog));
this.localDirGroupBox = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.toDirBrowseButton = new System.Windows.Forms.Button();
this.toBox = new System.Windows.Forms.TextBox();
this.nonRecursiveCheckBox = new System.Windows.Forms.CheckBox();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.radioButtonGroupbox = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.revisionPicker = new Ankh.UI.PathSelector.VersionSelector();
this.originBox = new System.Windows.Forms.TextBox();
this.localDirGroupBox.SuspendLayout();
this.radioButtonGroupbox.SuspendLayout();
this.SuspendLayout();
//
// localDirGroupBox
//
resources.ApplyResources(this.localDirGroupBox, "localDirGroupBox");
this.localDirGroupBox.Controls.Add(this.label2);
this.localDirGroupBox.Controls.Add(this.toDirBrowseButton);
this.localDirGroupBox.Controls.Add(this.toBox);
this.localDirGroupBox.Name = "localDirGroupBox";
this.localDirGroupBox.TabStop = false;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// toDirBrowseButton
//
resources.ApplyResources(this.toDirBrowseButton, "toDirBrowseButton");
this.toDirBrowseButton.Name = "toDirBrowseButton";
this.toDirBrowseButton.Click += new System.EventHandler(this.BrowseClicked);
//
// toBox
//
resources.ApplyResources(this.toBox, "toBox");
this.toBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.toBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
this.toBox.Name = "toBox";
this.toBox.TextChanged += new System.EventHandler(this.ControlsChanged);
//
// nonRecursiveCheckBox
//
resources.ApplyResources(this.nonRecursiveCheckBox, "nonRecursiveCheckBox");
this.nonRecursiveCheckBox.Name = "nonRecursiveCheckBox";
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
//
// radioButtonGroupbox
//
resources.ApplyResources(this.radioButtonGroupbox, "radioButtonGroupbox");
this.radioButtonGroupbox.Controls.Add(this.label1);
this.radioButtonGroupbox.Controls.Add(this.revisionPicker);
this.radioButtonGroupbox.Controls.Add(this.originBox);
this.radioButtonGroupbox.Name = "radioButtonGroupbox";
this.radioButtonGroupbox.TabStop = false;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// revisionPicker
//
resources.ApplyResources(this.revisionPicker, "revisionPicker");
this.revisionPicker.Name = "revisionPicker";
this.revisionPicker.SvnOrigin = null;
this.revisionPicker.Changed += new System.EventHandler(this.ControlsChanged);
//
// originBox
//
resources.ApplyResources(this.originBox, "originBox");
this.originBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.originBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
this.originBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.originBox.Name = "originBox";
this.originBox.ReadOnly = true;
this.originBox.TextChanged += new System.EventHandler(this.ControlsChanged);
//
// ExportDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.radioButtonGroupbox);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.nonRecursiveCheckBox);
this.Controls.Add(this.localDirGroupBox);
this.Name = "ExportDialog";
this.localDirGroupBox.ResumeLayout(false);
this.localDirGroupBox.PerformLayout();
this.radioButtonGroupbox.ResumeLayout(false);
this.radioButtonGroupbox.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : SvnAuthenticationCacheEditor.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SvnAuthenticationCacheEditor));
this.credentialList = new Ankh.UI.VSSelectionControls.SmartListView();
this.serverHeader = new System.Windows.Forms.ColumnHeader();
this.realmHeader = new System.Windows.Forms.ColumnHeader();
this.cachedHeader = new System.Windows.Forms.ColumnHeader();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.removeButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.closeButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// credentialList
//
resources.ApplyResources(this.credentialList, "credentialList");
this.credentialList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.serverHeader,
this.realmHeader,
this.cachedHeader});
this.credentialList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.credentialList.HideSelection = false;
this.credentialList.Name = "credentialList";
this.credentialList.SelectedIndexChanged += new System.EventHandler(this.credentialList_SelectedIndexChanged);
//
// serverHeader
//
resources.ApplyResources(this.serverHeader, "serverHeader");
//
// realmHeader
//
resources.ApplyResources(this.realmHeader, "realmHeader");
//
// cachedHeader
//
resources.ApplyResources(this.cachedHeader, "cachedHeader");
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.removeButton);
this.groupBox1.Controls.Add(this.credentialList);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// removeButton
//
resources.ApplyResources(this.removeButton, "removeButton");
this.removeButton.Name = "removeButton";
this.removeButton.UseVisualStyleBackColor = true;
this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// closeButton
//
resources.ApplyResources(this.closeButton, "closeButton");
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.closeButton.Name = "closeButton";
this.closeButton.UseVisualStyleBackColor = true;
//
// SvnAuthenticationCacheEditor
//
this.AcceptButton = this.closeButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.closeButton;
this.Controls.Add(this.closeButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Name = "SvnAuthenticationCacheEditor";
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : RepositoryProviderPage.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RepositoryProviderPage));
this.providerPanel = new System.Windows.Forms.TableLayoutPanel();
this.urlRadioButton = new System.Windows.Forms.RadioButton();
this.urlComboBox = new System.Windows.Forms.ComboBox();
this.providerRadioButton = new System.Windows.Forms.RadioButton();
this.wikiLinkLabel = new System.Windows.Forms.LinkLabel();
this.providerListView = new Ankh.UI.VSSelectionControls.SmartListView();
this.wikiLinkLabel1 = new System.Windows.Forms.LinkLabel();
this.nameColumn = new System.Windows.Forms.ColumnHeader();
this.providerPanel.SuspendLayout();
this.SuspendLayout();
//
// providerPanel
//
resources.ApplyResources(this.providerPanel, "providerPanel");
this.providerPanel.Controls.Add(this.urlRadioButton, 0, 0);
this.providerPanel.Controls.Add(this.urlComboBox, 0, 1);
this.providerPanel.Controls.Add(this.providerRadioButton, 0, 3);
this.providerPanel.Controls.Add(this.wikiLinkLabel, 0, 2);
this.providerPanel.Controls.Add(this.providerListView, 0, 4);
this.providerPanel.Controls.Add(this.wikiLinkLabel1, 0, 5);
this.providerPanel.Name = "providerPanel";
//
// urlRadioButton
//
resources.ApplyResources(this.urlRadioButton, "urlRadioButton");
this.urlRadioButton.Checked = true;
this.providerPanel.SetColumnSpan(this.urlRadioButton, 2);
this.urlRadioButton.Name = "urlRadioButton";
this.urlRadioButton.TabStop = true;
this.urlRadioButton.UseVisualStyleBackColor = true;
this.urlRadioButton.CheckedChanged += new System.EventHandler(this.urlRadioButton_CheckedChanged);
//
// urlComboBox
//
resources.ApplyResources(this.urlComboBox, "urlComboBox");
this.urlComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.urlComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.providerPanel.SetColumnSpan(this.urlComboBox, 2);
this.urlComboBox.FormattingEnabled = true;
this.urlComboBox.Name = "urlComboBox";
this.urlComboBox.TextChanged += new System.EventHandler(this.urlComboBox_TextChanged);
//
// providerRadioButton
//
resources.ApplyResources(this.providerRadioButton, "providerRadioButton");
this.providerRadioButton.Name = "providerRadioButton";
this.providerRadioButton.TabStop = true;
this.providerRadioButton.UseVisualStyleBackColor = true;
this.providerRadioButton.CheckedChanged += new System.EventHandler(this.providerRadioButton_CheckedChanged);
//
// wikiLinkLabel
//
resources.ApplyResources(this.wikiLinkLabel, "wikiLinkLabel");
this.providerPanel.SetColumnSpan(this.wikiLinkLabel, 2);
this.wikiLinkLabel.Name = "wikiLinkLabel";
this.wikiLinkLabel.TabStop = true;
this.wikiLinkLabel.UseCompatibleTextRendering = true;
this.wikiLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.wikiLinkLabel_LinkClicked);
//
// providerListView
//
this.providerPanel.SetColumnSpan(this.providerListView, 2);
resources.ApplyResources(this.providerListView, "providerListView");
this.providerListView.GridLines = true;
this.providerListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.providerListView.HideSelection = false;
this.providerListView.MultiSelect = false;
this.providerListView.Name = "providerListView";
this.providerListView.SelectedIndexChanged += new System.EventHandler(this.providerListView_SelectedIndexChanged);
//
// wikiLinkLabel1
//
resources.ApplyResources(this.wikiLinkLabel1, "wikiLinkLabel1");
this.providerPanel.SetColumnSpan(this.wikiLinkLabel1, 2);
this.wikiLinkLabel1.Name = "wikiLinkLabel1";
this.wikiLinkLabel1.TabStop = true;
this.wikiLinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.wikiLinkLabel_LinkClicked);
//
// nameColumn
//
resources.ApplyResources(this.nameColumn, "nameColumn");
//
// RepositoryProviderPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.providerPanel);
this.Name = "RepositoryProviderPage";
this.providerPanel.ResumeLayout(false);
this.providerPanel.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : LockDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LockDialog));
this.suppressLabel = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.stealLocksCheckBox = new System.Windows.Forms.CheckBox();
this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.pendingList = new Ankh.UI.PendingChanges.Commits.PendingCommitsView(this.components);
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// suppressLabel
//
resources.ApplyResources(this.suppressLabel, "suppressLabel");
this.suppressLabel.Name = "suppressLabel";
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
//
// stealLocksCheckBox
//
resources.ApplyResources(this.stealLocksCheckBox, "stealLocksCheckBox");
this.stealLocksCheckBox.Name = "stealLocksCheckBox";
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.pendingList);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.logMessage);
this.splitContainer1.Panel2.Controls.Add(this.label1);
//
// pendingList
//
this.pendingList.AllowColumnReorder = true;
this.pendingList.CheckBoxes = true;
resources.ApplyResources(this.pendingList, "pendingList");
this.pendingList.HideSelection = false;
this.pendingList.Name = "pendingList";
this.pendingList.ShowSelectAllCheckBox = true;
this.pendingList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pendingList_ItemChecked);
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
this.logMessage.PendingChangeUI = this.pendingList;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// LockDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.suppressLabel);
this.Controls.Add(this.stealLocksCheckBox);
this.Controls.Add(this.okButton);
this.Controls.Add(this.btnCancel);
this.EnableTheming = true;
this.Name = "LockDialog";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : MultiWorkingCopyCommit.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MultiWorkingCopyCommit));
this.label1 = new System.Windows.Forms.Label();
this.wcList = new Ankh.UI.VSSelectionControls.SmartListView();
this.columnWorkingCopy = new System.Windows.Forms.ColumnHeader();
this.columnChanges = new System.Windows.Forms.ColumnHeader();
this.columnRepository = new System.Windows.Forms.ColumnHeader();
this.button1 = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// wcList
//
resources.ApplyResources(this.wcList, "wcList");
this.wcList.CheckBoxes = true;
this.wcList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnWorkingCopy,
this.columnChanges,
this.columnRepository});
this.wcList.Name = "wcList";
this.wcList.Resize += new System.EventHandler(this.listView1_Resize);
//
// columnWorkingCopy
//
resources.ApplyResources(this.columnWorkingCopy, "columnWorkingCopy");
//
// columnChanges
//
resources.ApplyResources(this.columnChanges, "columnChanges");
//
// columnRepository
//
resources.ApplyResources(this.columnRepository, "columnRepository");
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// MultiWorkingCopyCommit
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.okButton);
this.Controls.Add(this.button1);
this.Controls.Add(this.wcList);
this.Controls.Add(this.label1);
this.Name = "MultiWorkingCopyCommit";
this.ResumeLayout(false);
}
19
View Source File : ProjectCommitDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectCommitDialog));
this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.pendingList = new Ankh.UI.PendingChanges.Commits.PendingCommitsView(this.components);
this.issueNumberBox = new System.Windows.Forms.TextBox();
this.issueLabel = new System.Windows.Forms.Label();
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.label1 = new System.Windows.Forms.Label();
this.keepLocksBox = new System.Windows.Forms.CheckBox();
this.keepChangelistsBox = new System.Windows.Forms.CheckBox();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.pendingList);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.issueNumberBox);
this.splitContainer1.Panel2.Controls.Add(this.issueLabel);
this.splitContainer1.Panel2.Controls.Add(this.logMessage);
this.splitContainer1.Panel2.Controls.Add(this.label1);
//
// pendingList
//
this.pendingList.AllowColumnReorder = true;
this.pendingList.CheckBoxes = true;
resources.ApplyResources(this.pendingList, "pendingList");
this.pendingList.HideSelection = false;
this.pendingList.Name = "pendingList";
this.pendingList.ShowSelectAllCheckBox = true;
this.pendingList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pendingList_ItemChecked);
//
// issueNumberBox
//
resources.ApplyResources(this.issueNumberBox, "issueNumberBox");
this.issueNumberBox.Name = "issueNumberBox";
this.issueNumberBox.TextChanged += new System.EventHandler(this.issueNumberBox_TextChanged);
this.issueNumberBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.issueNumberBox_KeyPress);
//
// issueLabel
//
resources.ApplyResources(this.issueLabel, "issueLabel");
this.issueLabel.Name = "issueLabel";
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
this.logMessage.PendingChangeUI = this.pendingList;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// keepLocksBox
//
resources.ApplyResources(this.keepLocksBox, "keepLocksBox");
this.keepLocksBox.Name = "keepLocksBox";
this.keepLocksBox.UseVisualStyleBackColor = true;
//
// keepChangelistsBox
//
resources.ApplyResources(this.keepChangelistsBox, "keepChangelistsBox");
this.keepChangelistsBox.Name = "keepChangelistsBox";
this.keepChangelistsBox.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// ProjectCommitDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.keepChangelistsBox);
this.Controls.Add(this.keepLocksBox);
this.Controls.Add(this.splitContainer1);
this.EnableTheming = true;
this.Name = "ProjectCommitDialog";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : LogToolWindowControl.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogToolWindowControl));
this.logControl = new Ankh.UI.SvnLog.LogControl(this.components);
this.SuspendLayout();
//
// logControl
//
resources.ApplyResources(this.logControl, "logControl");
this.logControl.Mode = Ankh.UI.SvnLog.LogMode.Log;
this.logControl.Name = "logControl";
//
// LogToolWindowControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.logControl);
this.Name = "LogToolWindowControl";
this.ResumeLayout(false);
}
19
View Source File : SwitchDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SwitchDialog));
this.switchBox = new System.Windows.Forms.GroupBox();
this.pathLabel = new System.Windows.Forms.Label();
this.pathBox = new System.Windows.Forms.TextBox();
this.toBox = new System.Windows.Forms.GroupBox();
this.versionSelector = new Ankh.UI.PathSelector.VersionSelector();
this.browseUrl = new System.Windows.Forms.Button();
this.toUrlBox = new System.Windows.Forms.ComboBox();
this.urlLabel = new System.Windows.Forms.Label();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.allowObstructions = new System.Windows.Forms.CheckBox();
this.switchBox.SuspendLayout();
this.toBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// switchBox
//
resources.ApplyResources(this.switchBox, "switchBox");
this.switchBox.Controls.Add(this.pathLabel);
this.switchBox.Controls.Add(this.pathBox);
this.switchBox.Name = "switchBox";
this.switchBox.TabStop = false;
//
// pathLabel
//
resources.ApplyResources(this.pathLabel, "pathLabel");
this.pathLabel.Name = "pathLabel";
//
// pathBox
//
resources.ApplyResources(this.pathBox, "pathBox");
this.pathBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.pathBox.Name = "pathBox";
this.pathBox.ReadOnly = true;
//
// toBox
//
resources.ApplyResources(this.toBox, "toBox");
this.toBox.Controls.Add(this.versionSelector);
this.toBox.Controls.Add(this.browseUrl);
this.toBox.Controls.Add(this.toUrlBox);
this.toBox.Controls.Add(this.urlLabel);
this.toBox.Name = "toBox";
this.toBox.TabStop = false;
//
// versionSelector
//
resources.ApplyResources(this.versionSelector, "versionSelector");
this.versionSelector.Name = "versionSelector";
this.versionSelector.SvnOrigin = null;
//
// browseUrl
//
resources.ApplyResources(this.browseUrl, "browseUrl");
this.browseUrl.CausesValidation = false;
this.browseUrl.Name = "browseUrl";
this.browseUrl.UseVisualStyleBackColor = true;
this.browseUrl.Click += new System.EventHandler(this.browseUrl_Click);
//
// toUrlBox
//
resources.ApplyResources(this.toUrlBox, "toUrlBox");
this.toUrlBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.toUrlBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.toUrlBox.FormattingEnabled = true;
this.toUrlBox.Name = "toUrlBox";
this.toUrlBox.Validating += new System.ComponentModel.CancelEventHandler(this.toUrlBox_Validating);
this.toUrlBox.TextChanged += new System.EventHandler(this.toUrlBox_TextChanged);
//
// urlLabel
//
resources.ApplyResources(this.urlLabel, "urlLabel");
this.urlLabel.Name = "urlLabel";
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.CausesValidation = false;
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// errorProvider
//
this.errorProvider.ContainerControl = this;
//
// allowObstructions
//
resources.ApplyResources(this.allowObstructions, "allowObstructions");
this.allowObstructions.Name = "allowObstructions";
this.allowObstructions.UseVisualStyleBackColor = true;
//
// SwitchDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.allowObstructions);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.toBox);
this.Controls.Add(this.switchBox);
this.Name = "SwitchDialog";
this.switchBox.ResumeLayout(false);
this.switchBox.PerformLayout();
this.toBox.ResumeLayout(false);
this.toBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : UpdateDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateDialog));
this.projectRootLabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.projectRootBox = new System.Windows.Forms.TextBox();
this.urlBox = new System.Windows.Forms.TextBox();
this.versionBox = new Ankh.UI.PathSelector.VersionSelector();
this.ignoreExternals = new System.Windows.Forms.CheckBox();
this.allowObstructions = new System.Windows.Forms.CheckBox();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.makeDepthInfinity = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// projectRootLabel
//
resources.ApplyResources(this.projectRootLabel, "projectRootLabel");
this.projectRootLabel.Name = "projectRootLabel";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// projectRootBox
//
resources.ApplyResources(this.projectRootBox, "projectRootBox");
this.projectRootBox.Name = "projectRootBox";
this.projectRootBox.ReadOnly = true;
//
// urlBox
//
resources.ApplyResources(this.urlBox, "urlBox");
this.urlBox.Name = "urlBox";
this.urlBox.ReadOnly = true;
//
// versionBox
//
resources.ApplyResources(this.versionBox, "versionBox");
this.versionBox.Name = "versionBox";
this.versionBox.SvnOrigin = null;
//
// ignoreExternals
//
resources.ApplyResources(this.ignoreExternals, "ignoreExternals");
this.ignoreExternals.Name = "ignoreExternals";
this.ignoreExternals.UseVisualStyleBackColor = true;
//
// allowObstructions
//
resources.ApplyResources(this.allowObstructions, "allowObstructions");
this.allowObstructions.Name = "allowObstructions";
this.allowObstructions.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// makeDepthInfinity
//
resources.ApplyResources(this.makeDepthInfinity, "makeDepthInfinity");
this.makeDepthInfinity.Name = "makeDepthInfinity";
this.makeDepthInfinity.UseVisualStyleBackColor = true;
//
// UpdateDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.makeDepthInfinity);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.allowObstructions);
this.Controls.Add(this.ignoreExternals);
this.Controls.Add(this.versionBox);
this.Controls.Add(this.urlBox);
this.Controls.Add(this.projectRootBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.projectRootLabel);
this.Name = "UpdateDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : ToolArgumentDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolArgumentDialog));
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textBox = new System.Windows.Forms.RichTextBox();
this.macroView = new Ankh.UI.VSSelectionControls.SmartListView();
this.nameColumn = new System.Windows.Forms.ColumnHeader();
this.valueColumn = new System.Windows.Forms.ColumnHeader();
this.SuspendLayout();
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox
//
resources.ApplyResources(this.textBox, "textBox");
this.textBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox.Name = "textBox";
//
// macroView
//
resources.ApplyResources(this.macroView, "macroView");
this.macroView.AutoSizeLastColumn = true;
this.macroView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nameColumn,
this.valueColumn});
this.macroView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.macroView.MultiSelect = false;
this.macroView.Name = "macroView";
this.macroView.DoubleClick += new System.EventHandler(this.macroView_DoubleClick);
//
// nameColumn
//
resources.ApplyResources(this.nameColumn, "nameColumn");
//
// valueColumn
//
resources.ApplyResources(this.valueColumn, "valueColumn");
//
// ToolArgumentDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.textBox);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.macroView);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Name = "ToolArgumentDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : CommonFileSelectorDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CommonFileSelectorDialog));
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.suppressLabel = new System.Windows.Forms.Label();
this.bottomPanel = new System.Windows.Forms.Panel();
this.fromLabel = new System.Windows.Forms.Label();
this.toLabel = new System.Windows.Forms.Label();
this.fromPanel = new System.Windows.Forms.Panel();
this.revisionPickerStart = new Ankh.UI.PathSelector.VersionSelector();
this.toPanel = new System.Windows.Forms.Panel();
this.revisionPickerEnd = new Ankh.UI.PathSelector.VersionSelector();
this.pendingList = new Ankh.UI.PendingChanges.Commits.PendingCommitsView(this.components);
this.label1 = new System.Windows.Forms.Label();
this.bottomPanel.SuspendLayout();
this.fromPanel.SuspendLayout();
this.toPanel.SuspendLayout();
this.SuspendLayout();
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
//
// suppressLabel
//
resources.ApplyResources(this.suppressLabel, "suppressLabel");
this.suppressLabel.Name = "suppressLabel";
this.suppressLabel.Click += new System.EventHandler(this.suppressLabel_Click);
//
// bottomPanel
//
resources.ApplyResources(this.bottomPanel, "bottomPanel");
this.bottomPanel.Controls.Add(this.suppressLabel);
this.bottomPanel.Controls.Add(this.okButton);
this.bottomPanel.Controls.Add(this.cancelButton);
this.bottomPanel.Name = "bottomPanel";
//
// fromLabel
//
resources.ApplyResources(this.fromLabel, "fromLabel");
this.fromLabel.Name = "fromLabel";
//
// toLabel
//
resources.ApplyResources(this.toLabel, "toLabel");
this.toLabel.Name = "toLabel";
//
// fromPanel
//
resources.ApplyResources(this.fromPanel, "fromPanel");
this.fromPanel.Controls.Add(this.revisionPickerStart);
this.fromPanel.Controls.Add(this.fromLabel);
this.fromPanel.Name = "fromPanel";
//
// revisionPickerStart
//
resources.ApplyResources(this.revisionPickerStart, "revisionPickerStart");
this.revisionPickerStart.Name = "revisionPickerStart";
this.revisionPickerStart.SvnOrigin = null;
//
// toPanel
//
resources.ApplyResources(this.toPanel, "toPanel");
this.toPanel.Controls.Add(this.revisionPickerEnd);
this.toPanel.Controls.Add(this.toLabel);
this.toPanel.Name = "toPanel";
//
// revisionPickerEnd
//
resources.ApplyResources(this.revisionPickerEnd, "revisionPickerEnd");
this.revisionPickerEnd.Name = "revisionPickerEnd";
this.revisionPickerEnd.SvnOrigin = null;
//
// pendingList
//
this.pendingList.AllowColumnReorder = true;
resources.ApplyResources(this.pendingList, "pendingList");
this.pendingList.CheckBoxes = true;
this.pendingList.HideSelection = false;
this.pendingList.Name = "pendingList";
this.pendingList.ShowSelectAllCheckBox = true;
this.pendingList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pendingList_ItemChecked);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// PathSelector
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.pendingList);
this.Controls.Add(this.toPanel);
this.Controls.Add(this.fromPanel);
this.Controls.Add(this.bottomPanel);
this.Name = "PathSelector";
this.bottomPanel.ResumeLayout(false);
this.bottomPanel.PerformLayout();
this.fromPanel.ResumeLayout(false);
this.fromPanel.PerformLayout();
this.toPanel.ResumeLayout(false);
this.toPanel.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : PendingCommitsPage.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PendingCommitsPage));
this.splitContainer = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.borderPanel = new System.Windows.Forms.Panel();
this.topLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.issueLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.logMessageEditor = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.issueNumberBox = new System.Windows.Forms.TextBox();
this.lastRevLabel = new System.Windows.Forms.Label();
this.lastRevBox = new System.Windows.Forms.TextBox();
this.changeListDummy = new System.Windows.Forms.Label();
this.pathColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.projectColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.changeColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.fullPathColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.borderPanel.SuspendLayout();
this.topLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
resources.ApplyResources(this.splitContainer, "splitContainer");
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.borderPanel);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.changeListDummy);
//
// borderPanel
//
this.borderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.borderPanel.Controls.Add(this.topLayoutPanel);
resources.ApplyResources(this.borderPanel, "borderPanel");
this.borderPanel.Name = "borderPanel";
//
// topLayoutPanel
//
resources.ApplyResources(this.topLayoutPanel, "topLayoutPanel");
this.topLayoutPanel.Controls.Add(this.issueLabel, 3, 0);
this.topLayoutPanel.Controls.Add(this.label1, 0, 0);
this.topLayoutPanel.Controls.Add(this.logMessageEditor, 0, 1);
this.topLayoutPanel.Controls.Add(this.issueNumberBox, 4, 0);
this.topLayoutPanel.Controls.Add(this.lastRevLabel, 1, 0);
this.topLayoutPanel.Controls.Add(this.lastRevBox, 2, 0);
this.topLayoutPanel.Name = "topLayoutPanel";
//
// issueLabel
//
resources.ApplyResources(this.issueLabel, "issueLabel");
this.issueLabel.Name = "issueLabel";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// logMessageEditor
//
this.topLayoutPanel.SetColumnSpan(this.logMessageEditor, 5);
resources.ApplyResources(this.logMessageEditor, "logMessageEditor");
this.logMessageEditor.HideHorizontalScrollBar = true;
this.logMessageEditor.Name = "logMessageEditor";
//
// issueNumberBox
//
this.issueNumberBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.issueNumberBox, "issueNumberBox");
this.issueNumberBox.Name = "issueNumberBox";
this.issueNumberBox.TextChanged += new System.EventHandler(this.issueNumberBox_TextChanged);
this.issueNumberBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.issueNumberBox_KeyPress);
//
// lastRevLabel
//
resources.ApplyResources(this.lastRevLabel, "lastRevLabel");
this.lastRevLabel.Name = "lastRevLabel";
//
// lastRevBox
//
this.lastRevBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.lastRevBox, "lastRevBox");
this.lastRevBox.Name = "lastRevBox";
this.lastRevBox.ReadOnly = true;
//
// changeListDummy
//
resources.ApplyResources(this.changeListDummy, "changeListDummy");
this.changeListDummy.Name = "changeListDummy";
//
// PendingCommitsPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer);
this.Name = "PendingCommitsPage";
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.borderPanel.ResumeLayout(false);
this.topLayoutPanel.ResumeLayout(false);
this.topLayoutPanel.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : PendingConflictsPage.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PendingConflictsPage));
this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.borderPanel = new System.Windows.Forms.Panel();
this.conflictHeader = new System.Windows.Forms.Label();
this.conflictEditSplitter = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.conflictView = new Ankh.UI.PendingChanges.Conflicts.ConflictListView();
this.resolvePanel = new System.Windows.Forms.FlowLayoutPanel();
this.resolveButton0 = new System.Windows.Forms.Button();
this.resolveButton1 = new System.Windows.Forms.Button();
this.resolveButton2 = new System.Windows.Forms.Button();
this.resolveButton3 = new System.Windows.Forms.Button();
this.resolveButton4 = new System.Windows.Forms.Button();
this.resolveButton5 = new System.Windows.Forms.Button();
this.resolveButton6 = new System.Windows.Forms.Button();
this.resolveButton7 = new System.Windows.Forms.Button();
this.resolveTopLabel = new System.Windows.Forms.Label();
this.resolveBottomLabel = new System.Windows.Forms.Label();
this.resolveLinkLabel = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.borderPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.conflictEditSplitter)).BeginInit();
this.conflictEditSplitter.Panel1.SuspendLayout();
this.conflictEditSplitter.Panel2.SuspendLayout();
this.conflictEditSplitter.SuspendLayout();
this.resolvePanel.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.borderPanel);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.conflictEditSplitter);
//
// borderPanel
//
this.borderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.borderPanel.Controls.Add(this.conflictHeader);
resources.ApplyResources(this.borderPanel, "borderPanel");
this.borderPanel.Name = "borderPanel";
//
// conflictHeader
//
this.conflictHeader.AutoEllipsis = true;
resources.ApplyResources(this.conflictHeader, "conflictHeader");
this.conflictHeader.Name = "conflictHeader";
//
// conflictEditSplitter
//
resources.ApplyResources(this.conflictEditSplitter, "conflictEditSplitter");
this.conflictEditSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.conflictEditSplitter.Name = "conflictEditSplitter";
//
// conflictEditSplitter.Panel1
//
this.conflictEditSplitter.Panel1.Controls.Add(this.conflictView);
//
// conflictEditSplitter.Panel2
//
this.conflictEditSplitter.Panel2.Controls.Add(this.resolvePanel);
//
// conflictView
//
this.conflictView.Context = null;
resources.ApplyResources(this.conflictView, "conflictView");
this.conflictView.Name = "conflictView";
//
// resolvePanel
//
resources.ApplyResources(this.resolvePanel, "resolvePanel");
this.resolvePanel.BackColor = System.Drawing.Color.SkyBlue;
this.resolvePanel.Controls.Add(this.resolveButton0);
this.resolvePanel.Controls.Add(this.resolveButton1);
this.resolvePanel.Controls.Add(this.resolveButton2);
this.resolvePanel.Controls.Add(this.resolveButton3);
this.resolvePanel.Controls.Add(this.resolveButton4);
this.resolvePanel.Controls.Add(this.resolveButton5);
this.resolvePanel.Controls.Add(this.resolveButton6);
this.resolvePanel.Controls.Add(this.resolveButton7);
this.resolvePanel.Controls.Add(this.resolveTopLabel);
this.resolvePanel.Controls.Add(this.resolveBottomLabel);
this.resolvePanel.Controls.Add(this.resolveLinkLabel);
this.resolvePanel.Name = "resolvePanel";
//
// resolveButton0
//
resources.ApplyResources(this.resolveButton0, "resolveButton0");
this.resolveButton0.Name = "resolveButton0";
this.resolveButton0.UseVisualStyleBackColor = true;
//
// resolveButton1
//
resources.ApplyResources(this.resolveButton1, "resolveButton1");
this.resolveButton1.Name = "resolveButton1";
this.resolveButton1.UseVisualStyleBackColor = true;
//
// resolveButton2
//
resources.ApplyResources(this.resolveButton2, "resolveButton2");
this.resolveButton2.Name = "resolveButton2";
this.resolveButton2.UseVisualStyleBackColor = true;
//
// resolveButton3
//
resources.ApplyResources(this.resolveButton3, "resolveButton3");
this.resolveButton3.Name = "resolveButton3";
this.resolveButton3.UseVisualStyleBackColor = true;
//
// resolveButton4
//
resources.ApplyResources(this.resolveButton4, "resolveButton4");
this.resolveButton4.Name = "resolveButton4";
this.resolveButton4.UseVisualStyleBackColor = true;
//
// resolveButton5
//
resources.ApplyResources(this.resolveButton5, "resolveButton5");
this.resolveButton5.Name = "resolveButton5";
this.resolveButton5.UseVisualStyleBackColor = true;
//
// resolveButton6
//
resources.ApplyResources(this.resolveButton6, "resolveButton6");
this.resolveButton6.Name = "resolveButton6";
this.resolveButton6.UseVisualStyleBackColor = true;
//
// resolveButton7
//
resources.ApplyResources(this.resolveButton7, "resolveButton7");
this.resolvePanel.SetFlowBreak(this.resolveButton7, true);
this.resolveButton7.Name = "resolveButton7";
this.resolveButton7.UseVisualStyleBackColor = true;
//
// resolveTopLabel
//
resources.ApplyResources(this.resolveTopLabel, "resolveTopLabel");
this.resolvePanel.SetFlowBreak(this.resolveTopLabel, true);
this.resolveTopLabel.Name = "resolveTopLabel";
this.resolveTopLabel.UseMnemonic = false;
//
// resolveBottomLabel
//
resources.ApplyResources(this.resolveBottomLabel, "resolveBottomLabel");
this.resolveBottomLabel.Name = "resolveBottomLabel";
//
// resolveLinkLabel
//
resources.ApplyResources(this.resolveLinkLabel, "resolveLinkLabel");
this.resolveLinkLabel.Name = "resolveLinkLabel";
//
// PendingConflictsPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "PendingConflictsPage";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.borderPanel.ResumeLayout(false);
this.conflictEditSplitter.Panel1.ResumeLayout(false);
this.conflictEditSplitter.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.conflictEditSplitter)).EndInit();
this.conflictEditSplitter.ResumeLayout(false);
this.resolvePanel.ResumeLayout(false);
this.resolvePanel.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : RecentChangesPage.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecentChangesPage));
this.syncView = new Ankh.UI.PendingChanges.Synchronize.SynchronizeListView();
this.topLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.updateTime = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.refreshCombo = new System.Windows.Forms.ComboBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.borderPanel = new System.Windows.Forms.Panel();
this.topLayoutPanel.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.borderPanel.SuspendLayout();
this.SuspendLayout();
//
// syncView
//
this.syncView.Context = null;
resources.ApplyResources(this.syncView, "syncView");
this.syncView.Name = "syncView";
//
// topLayoutPanel
//
resources.ApplyResources(this.topLayoutPanel, "topLayoutPanel");
this.topLayoutPanel.Controls.Add(this.updateTime, 2, 0);
this.topLayoutPanel.Controls.Add(this.label1, 0, 0);
this.topLayoutPanel.Controls.Add(this.panel2, 4, 0);
this.topLayoutPanel.Name = "topLayoutPanel";
//
// updateTime
//
this.updateTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.updateTime, "updateTime");
this.updateTime.Name = "updateTime";
this.updateTime.ReadOnly = true;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// panel2
//
this.panel2.Controls.Add(this.refreshCombo);
this.panel2.Controls.Add(this.checkBox1);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// refreshCombo
//
this.refreshCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.refreshCombo, "refreshCombo");
this.refreshCombo.FormattingEnabled = true;
this.refreshCombo.Items.AddRange(new object[] {
resources.GetString("refreshCombo.Items"),
resources.GetString("refreshCombo.Items1"),
resources.GetString("refreshCombo.Items2"),
resources.GetString("refreshCombo.Items3"),
resources.GetString("refreshCombo.Items4"),
resources.GetString("refreshCombo.Items5"),
resources.GetString("refreshCombo.Items6")});
this.refreshCombo.Name = "refreshCombo";
//
// checkBox1
//
resources.ApplyResources(this.checkBox1, "checkBox1");
this.checkBox1.Name = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.borderPanel);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.syncView);
//
// borderPanel
//
this.borderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.borderPanel.Controls.Add(this.topLayoutPanel);
resources.ApplyResources(this.borderPanel, "borderPanel");
this.borderPanel.Name = "borderPanel";
//
// RecentChangesPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "RecentChangesPage";
this.topLayoutPanel.ResumeLayout(false);
this.topLayoutPanel.PerformLayout();
this.panel2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.borderPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : RenameDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RenameDialog));
this.newNameBox = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.oldNameBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// newNameBox
//
resources.ApplyResources(this.newNameBox, "newNameBox");
this.newNameBox.Name = "newNameBox";
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// oldNameBox
//
resources.ApplyResources(this.oldNameBox, "oldNameBox");
this.oldNameBox.Name = "oldNameBox";
this.oldNameBox.ReadOnly = true;
//
// RenameDialog
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.oldNameBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.logMessage);
this.Controls.Add(this.newNameBox);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Name = "RenameDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : RepositoryFolderBrowserDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RepositoryFolderBrowserDialog));
this.newFolderButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.urlLabel = new System.Windows.Forms.Label();
this.urlBox = new System.Windows.Forms.ComboBox();
this.reposBrowser = new Ankh.UI.RepositoryExplorer.RepositoryTreeView();
this.timer = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// newFolderButton
//
resources.ApplyResources(this.newFolderButton, "newFolderButton");
this.newFolderButton.Name = "newFolderButton";
this.newFolderButton.UseVisualStyleBackColor = true;
this.newFolderButton.Click += new System.EventHandler(this.newFolderButton_Click);
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// urlLabel
//
resources.ApplyResources(this.urlLabel, "urlLabel");
this.urlLabel.Name = "urlLabel";
//
// urlBox
//
resources.ApplyResources(this.urlBox, "urlBox");
this.urlBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.urlBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.urlBox.FormattingEnabled = true;
this.urlBox.Name = "urlBox";
this.urlBox.Leave += new System.EventHandler(this.urlBox_Leave);
this.urlBox.TextUpdate += new System.EventHandler(this.urlBox_TextUpdate);
this.urlBox.TextChanged += new System.EventHandler(this.urlBox_TextChanged);
//
// reposBrowser
//
resources.ApplyResources(this.reposBrowser, "reposBrowser");
this.reposBrowser.Name = "reposBrowser";
this.reposBrowser.ShowFiles = false;
this.reposBrowser.RetrievingChanged += new System.EventHandler(this.reposBrowser_RetrievingChanged);
this.reposBrowser.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.reposBrowser_AfterSelect);
//
// timer
//
this.timer.Interval = 500;
this.timer.Tick += new System.EventHandler(this.timer_Tick);
//
// RepositoryFolderBrowserDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.newFolderButton);
this.Controls.Add(this.reposBrowser);
this.Controls.Add(this.okButton);
this.Controls.Add(this.urlBox);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.urlLabel);
this.Name = "RepositoryFolderBrowserDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : CheckoutProject.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckoutProject));
this.projectBox = new System.Windows.Forms.GroupBox();
this.appendBranch = new System.Windows.Forms.CheckBox();
this.checkOutFrom = new System.Windows.Forms.ComboBox();
this.projectRootLabel = new System.Windows.Forms.Label();
this.projectLabel = new System.Windows.Forms.Label();
this.projectUrl = new System.Windows.Forms.TextBox();
this.projectIcon = new System.Windows.Forms.PictureBox();
this.locationBox = new System.Windows.Forms.GroupBox();
this.directory = new System.Windows.Forms.TextBox();
this.browseDirectoryButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.version = new Ankh.UI.PathSelector.VersionSelector();
this.projectBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.projectIcon)).BeginInit();
this.locationBox.SuspendLayout();
this.SuspendLayout();
//
// projectBox
//
resources.ApplyResources(this.projectBox, "projectBox");
this.projectBox.Controls.Add(this.appendBranch);
this.projectBox.Controls.Add(this.version);
this.projectBox.Controls.Add(this.checkOutFrom);
this.projectBox.Controls.Add(this.projectRootLabel);
this.projectBox.Controls.Add(this.projectLabel);
this.projectBox.Controls.Add(this.projectUrl);
this.projectBox.Controls.Add(this.projectIcon);
this.projectBox.Name = "projectBox";
this.projectBox.TabStop = false;
//
// appendBranch
//
resources.ApplyResources(this.appendBranch, "appendBranch");
this.appendBranch.Name = "appendBranch";
this.appendBranch.UseVisualStyleBackColor = true;
this.appendBranch.CheckedChanged += new System.EventHandler(this.appendBranch_CheckedChanged);
//
// checkOutFrom
//
resources.ApplyResources(this.checkOutFrom, "checkOutFrom");
this.checkOutFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.checkOutFrom.FormattingEnabled = true;
this.checkOutFrom.Name = "checkOutFrom";
//
// projectRootLabel
//
resources.ApplyResources(this.projectRootLabel, "projectRootLabel");
this.projectRootLabel.Name = "projectRootLabel";
//
// projectLabel
//
resources.ApplyResources(this.projectLabel, "projectLabel");
this.projectLabel.Name = "projectLabel";
//
// projectUrl
//
resources.ApplyResources(this.projectUrl, "projectUrl");
this.projectUrl.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.projectUrl.Name = "projectUrl";
this.projectUrl.ReadOnly = true;
//
// projectIcon
//
resources.ApplyResources(this.projectIcon, "projectIcon");
this.projectIcon.Name = "projectIcon";
this.projectIcon.TabStop = false;
//
// locationBox
//
resources.ApplyResources(this.locationBox, "locationBox");
this.locationBox.Controls.Add(this.directory);
this.locationBox.Controls.Add(this.browseDirectoryButton);
this.locationBox.Controls.Add(this.label2);
this.locationBox.Name = "locationBox";
this.locationBox.TabStop = false;
//
// directory
//
resources.ApplyResources(this.directory, "directory");
this.directory.Name = "directory";
//
// browseDirectoryButton
//
resources.ApplyResources(this.browseDirectoryButton, "browseDirectoryButton");
this.browseDirectoryButton.Name = "browseDirectoryButton";
this.browseDirectoryButton.UseVisualStyleBackColor = true;
this.browseDirectoryButton.Click += new System.EventHandler(this.browseDirectory_Click);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// version
//
resources.ApplyResources(this.version, "version");
this.version.Name = "version";
this.version.SvnOrigin = null;
//
// CheckoutProject
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.locationBox);
this.Controls.Add(this.projectBox);
this.Name = "CheckoutProject";
this.projectBox.ResumeLayout(false);
this.projectBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.projectIcon)).EndInit();
this.locationBox.ResumeLayout(false);
this.locationBox.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : ItemCompareDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemCompareDialog));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.revisionPickerStart = new Ankh.UI.PathSelector.VersionSelector();
this.pendingList = new Ankh.UI.PendingChanges.Commits.PendingCommitsView(this.components);
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.versionSelector1 = new Ankh.UI.PathSelector.VersionSelector();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.revisionPickerStart);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// revisionPickerStart
//
resources.ApplyResources(this.revisionPickerStart, "revisionPickerStart");
this.revisionPickerStart.Name = "revisionPickerStart";
this.revisionPickerStart.SvnOrigin = null;
//
// pendingList
//
this.pendingList.AllowColumnReorder = true;
resources.ApplyResources(this.pendingList, "pendingList");
this.pendingList.CheckBoxes = true;
this.pendingList.HideSelection = false;
this.pendingList.Name = "pendingList";
this.pendingList.ShowSelectAllCheckBox = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.versionSelector1);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// versionSelector1
//
resources.ApplyResources(this.versionSelector1, "versionSelector1");
this.versionSelector1.Name = "versionSelector1";
this.versionSelector1.SvnOrigin = null;
//
// ItemCompareDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.pendingList);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Name = "ItemCompareDialog";
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : SvnInfoGridControl.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SvnInfoGridControl));
this.grid = new Ankh.UI.SvnInfoGrid.InfoPropertyGrid();
this.SuspendLayout();
//
// grid
//
resources.ApplyResources(this.grid, "grid");
this.grid.Name = "grid";
this.grid.ToolbarVisible = false;
//
// SvnInfoGridControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.grid);
this.Name = "SvnInfoGridControl";
this.ResumeLayout(false);
}
19
View Source File : EditLogMessageDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditLogMessageDialog));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.logMessageEditor = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.SuspendLayout();
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
//
// logMessageEditor
//
resources.ApplyResources(this.logMessageEditor, "logMessageEditor");
this.logMessageEditor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessageEditor.Name = "logMessageEditor";
//
// EditLogMessageDialog
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.logMessageEditor);
this.Name = "EditLogMessageDialog";
this.ResumeLayout(false);
}
19
View Source File : LogViewerDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewerDialog));
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.logViewerControl = new Ankh.UI.SvnLog.LogControl(this.components);
this.SuspendLayout();
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// logViewerControl
//
resources.ApplyResources(this.logViewerControl, "logViewerControl");
this.logViewerControl.Mode = Ankh.UI.SvnLog.LogMode.Log;
this.logViewerControl.Name = "logViewerControl";
//
// LogViewerDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.logViewerControl);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Name = "LogViewerDialog";
this.ResumeLayout(false);
}
19
View Source File : WorkingCopyExplorerControl.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkingCopyExplorerControl));
this.explorerPanel = new System.Windows.Forms.Panel();
this.splitContainer = new Ankh.UI.VSSelectionControls.SmartSplitContainer();
this.folderTree = new Ankh.UI.WorkingCopyExplorer.FileSystemTreeView();
this.foldersStrip = new System.Windows.Forms.ToolStrip();
this.foldersLabel = new System.Windows.Forms.ToolStripLabel();
this.fileList = new Ankh.UI.WorkingCopyExplorer.FileSystemDetailsView();
this.explorerPanel.SuspendLayout();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.foldersStrip.SuspendLayout();
this.SuspendLayout();
//
// explorerPanel
//
this.explorerPanel.Controls.Add(this.splitContainer);
resources.ApplyResources(this.explorerPanel, "explorerPanel");
this.explorerPanel.Name = "explorerPanel";
//
// splitContainer
//
resources.ApplyResources(this.splitContainer, "splitContainer");
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.folderTree);
this.splitContainer.Panel1.Controls.Add(this.foldersStrip);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.fileList);
//
// folderTree
//
resources.ApplyResources(this.folderTree, "folderTree");
this.folderTree.HideSelection = false;
this.folderTree.Name = "folderTree";
this.folderTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.folderTree_AfterSelect);
//
// foldersStrip
//
this.foldersStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.foldersStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.foldersLabel});
resources.ApplyResources(this.foldersStrip, "foldersStrip");
this.foldersStrip.Name = "foldersStrip";
//
// foldersLabel
//
this.foldersLabel.Name = "foldersLabel";
resources.ApplyResources(this.foldersLabel, "foldersLabel");
//
// fileList
//
this.fileList.AllowColumnReorder = true;
this.fileList.Context = null;
resources.ApplyResources(this.fileList, "fileList");
this.fileList.HideSelection = false;
this.fileList.Name = "fileList";
//
// WorkingCopyExplorerControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.explorerPanel);
this.Name = "WorkingCopyExplorerControl";
this.explorerPanel.ResumeLayout(false);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel1.PerformLayout();
this.splitContainer.Panel2.ResumeLayout(false);
this.splitContainer.ResumeLayout(false);
this.foldersStrip.ResumeLayout(false);
this.foldersStrip.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : MergeRevisionsSelectionPage.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeRevisionsSelectionPage));
this.logToolControl1 = new Ankh.UI.SvnLog.LogControl(this.components);
this.SuspendLayout();
//
// logToolControl1
//
this.logToolControl1.ShowChangedPaths = true;
this.logToolControl1.Context = null;
resources.ApplyResources(this.logToolControl1, "logToolControl1");
this.logToolControl1.IncludeMergedRevisions = false;
this.logToolControl1.ShowLogMessage = true;
this.logToolControl1.Mode = Ankh.UI.SvnLog.LogMode.Log;
this.logToolControl1.Name = "logToolControl1";
this.logToolControl1.StopOnCopy = true;
this.logToolControl1.BatchFinished += new System.EventHandler<Ankh.UI.SvnLog.BatchFinishedEventArgs>(this.logToolControl1_BatchFinished);
//
// MergeRevisionsSelectionPageControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.logToolControl1);
this.Name = "MergeRevisionsSelectionPageControl";
this.ResumeLayout(false);
}
19
View Source File : PropertyEditorDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyEditorDialog));
this.editButton = new System.Windows.Forms.Button();
this.deleteButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.addButton = new System.Windows.Forms.Button();
this.propGroupBox = new System.Windows.Forms.GroupBox();
this.svnItemLabel = new System.Windows.Forms.Label();
this.revertButton = new System.Windows.Forms.Button();
this.propListView = new Ankh.UI.VSSelectionControls.SmartListView();
this.nameColumn = new System.Windows.Forms.ColumnHeader();
this.stateColumn = new System.Windows.Forms.ColumnHeader();
this.originalValueColumn = new System.Windows.Forms.ColumnHeader();
this.valueColumn = new System.Windows.Forms.ColumnHeader();
this.propGroupBox.SuspendLayout();
this.SuspendLayout();
//
// editButton
//
resources.ApplyResources(this.editButton, "editButton");
this.editButton.Name = "editButton";
this.editButton.Click += new System.EventHandler(this.editButton_Click);
//
// deleteButton
//
resources.ApplyResources(this.deleteButton, "deleteButton");
this.deleteButton.Name = "deleteButton";
this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
//
// addButton
//
resources.ApplyResources(this.addButton, "addButton");
this.addButton.Name = "addButton";
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// propGroupBox
//
resources.ApplyResources(this.propGroupBox, "propGroupBox");
this.propGroupBox.Controls.Add(this.svnItemLabel);
this.propGroupBox.Name = "propGroupBox";
this.propGroupBox.TabStop = false;
//
// svnItemLabel
//
resources.ApplyResources(this.svnItemLabel, "svnItemLabel");
this.svnItemLabel.AutoEllipsis = true;
this.svnItemLabel.Name = "svnItemLabel";
//
// revertButton
//
resources.ApplyResources(this.revertButton, "revertButton");
this.revertButton.Name = "revertButton";
this.revertButton.Click += new System.EventHandler(this.revertButton_Click);
//
// propListView
//
resources.ApplyResources(this.propListView, "propListView");
this.propListView.AutoArrange = false;
this.propListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nameColumn,
this.stateColumn,
this.originalValueColumn,
this.valueColumn});
this.propListView.GridLines = true;
this.propListView.HideSelection = false;
this.propListView.Name = "propListView";
this.propListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.propListView_MouseDoubleClick);
this.propListView.SelectedIndexChanged += new System.EventHandler(this.propListView_SelectedIndexChanged);
//
// nameColumn
//
resources.ApplyResources(this.nameColumn, "nameColumn");
//
// stateColumn
//
resources.ApplyResources(this.stateColumn, "stateColumn");
//
// originalValueColumn
//
resources.ApplyResources(this.originalValueColumn, "originalValueColumn");
//
// valueColumn
//
resources.ApplyResources(this.valueColumn, "valueColumn");
//
// PropertyEditorDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.propGroupBox);
this.Controls.Add(this.propListView);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.addButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.revertButton);
this.Controls.Add(this.deleteButton);
this.Controls.Add(this.editButton);
this.Name = "PropertyEditorDialog";
this.propGroupBox.ResumeLayout(false);
this.propGroupBox.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : RepositoryOpenDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RepositoryOpenDialog));
this.openButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.urlLabel = new System.Windows.Forms.ToolStripLabel();
this.urlBox = new System.Windows.Forms.ToolStripComboBox();
this.addButton = new System.Windows.Forms.ToolStripButton();
this.refreshButton = new System.Windows.Forms.ToolStripButton();
this.dirUpButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.versionButton = new System.Windows.Forms.ToolStripButton();
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.fileNameBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.fileTypeBox = new System.Windows.Forms.ComboBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.dirView = new Ankh.UI.VSSelectionControls.SmartListView();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// openButton
//
resources.ApplyResources(this.openButton, "openButton");
this.openButton.Name = "openButton";
this.openButton.UseVisualStyleBackColor = true;
this.openButton.Click += new System.EventHandler(this.OnOkClicked);
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// toolStrip1
//
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.urlLabel,
this.urlBox,
this.addButton,
this.refreshButton,
this.dirUpButton,
this.toolStripSeparator,
this.versionButton});
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
//
// urlLabel
//
resources.ApplyResources(this.urlLabel, "urlLabel");
this.urlLabel.Name = "urlLabel";
//
// urlBox
//
this.urlBox.AutoToolTip = true;
this.urlBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.urlBox.Name = "urlBox";
this.urlBox.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
resources.ApplyResources(this.urlBox, "urlBox");
this.urlBox.SelectedIndexChanged += new System.EventHandler(this.urlBox_SelectedIndexChanged);
//
// addButton
//
this.addButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.addButton, "addButton");
this.addButton.Name = "addButton";
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// refreshButton
//
this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.refreshButton, "refreshButton");
this.refreshButton.Name = "refreshButton";
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// dirUpButton
//
this.dirUpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.dirUpButton, "dirUpButton");
this.dirUpButton.Name = "dirUpButton";
this.dirUpButton.Click += new System.EventHandler(this.dirUpButton_Click);
//
// toolStripSeparator
//
this.toolStripSeparator.Name = "toolStripSeparator";
resources.ApplyResources(this.toolStripSeparator, "toolStripSeparator");
//
// versionButton
//
resources.ApplyResources(this.versionButton, "versionButton");
this.versionButton.Name = "versionButton";
//
// panel1
//
resources.ApplyResources(this.panel1, "panel1");
this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.panel1.Name = "panel1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// fileNameBox
//
resources.ApplyResources(this.fileNameBox, "fileNameBox");
this.fileNameBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.fileNameBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.fileNameBox.Name = "fileNameBox";
this.toolTip.SetToolTip(this.fileNameBox, resources.GetString("fileNameBox.ToolTip"));
this.fileNameBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.fileNameBox_KeyDown);
this.fileNameBox.Enter += new System.EventHandler(this.fileNameBox_Enter);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// fileTypeBox
//
resources.ApplyResources(this.fileTypeBox, "fileTypeBox");
this.fileTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.fileTypeBox.FormattingEnabled = true;
this.fileTypeBox.Items.AddRange(new object[] {
resources.GetString("fileTypeBox.Items")});
this.fileTypeBox.Name = "fileTypeBox";
this.fileTypeBox.SelectedIndexChanged += new System.EventHandler(this.fileTypeBox_SelectedIndexChanged);
//
// toolTip
//
this.toolTip.IsBalloon = true;
this.toolTip.StripAmpersands = true;
this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTip.ToolTipreplacedle = "Open from Subversion";
//
// dirView
//
resources.ApplyResources(this.dirView, "dirView");
this.dirView.MultiSelect = false;
this.dirView.Name = "dirView";
this.dirView.View = System.Windows.Forms.View.List;
this.dirView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dirView_MouseDoubleClick);
this.dirView.SelectedIndexChanged += new System.EventHandler(this.dirView_SelectedIndexChanged);
this.dirView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dirView_KeyDown);
//
// RepositoryOpenDialog
//
this.AcceptButton = this.openButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.fileTypeBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.fileNameBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.dirView);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.openButton);
this.Name = "RepositoryOpenDialog";
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : AddToSubversion.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddToSubversion));
this.locationBox = new System.Windows.Forms.GroupBox();
this.repositoryUrl = new System.Windows.Forms.ComboBox();
this.createFolderButton = new System.Windows.Forms.Button();
this.localFolderBox = new System.Windows.Forms.GroupBox();
this.commitAll = new System.Windows.Forms.CheckBox();
this.localFolder = new System.Windows.Forms.ComboBox();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.projectBox = new System.Windows.Forms.GroupBox();
this.projectNameBox = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.resultUriBox = new System.Windows.Forms.TextBox();
this.addTrunk = new System.Windows.Forms.CheckBox();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.bodyPanel = new System.Windows.Forms.Panel();
this.selectRepositoryButton = new System.Windows.Forms.Button();
this.repositoryTree = new Ankh.UI.RepositoryExplorer.RepositoryTreeView();
this.locationBox.SuspendLayout();
this.localFolderBox.SuspendLayout();
this.projectBox.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.bodyPanel.SuspendLayout();
this.SuspendLayout();
//
// locationBox
//
resources.ApplyResources(this.locationBox, "locationBox");
this.locationBox.Controls.Add(this.selectRepositoryButton);
this.locationBox.Controls.Add(this.repositoryUrl);
this.locationBox.Controls.Add(this.createFolderButton);
this.locationBox.Controls.Add(this.repositoryTree);
this.locationBox.Name = "locationBox";
this.locationBox.TabStop = false;
//
// repositoryUrl
//
resources.ApplyResources(this.repositoryUrl, "repositoryUrl");
this.repositoryUrl.FormattingEnabled = true;
this.repositoryUrl.Name = "repositoryUrl";
this.repositoryUrl.SelectedIndexChanged += new System.EventHandler(this.repositoryUrl_SelectedIndexChanged);
this.repositoryUrl.TextUpdate += new System.EventHandler(this.repositoryUrl_TextUpdate);
//
// createFolderButton
//
resources.ApplyResources(this.createFolderButton, "createFolderButton");
this.createFolderButton.Name = "createFolderButton";
this.createFolderButton.UseVisualStyleBackColor = true;
this.createFolderButton.Click += new System.EventHandler(this.createFolderButton_Click);
//
// localFolderBox
//
resources.ApplyResources(this.localFolderBox, "localFolderBox");
this.localFolderBox.Controls.Add(this.commitAll);
this.localFolderBox.Controls.Add(this.localFolder);
this.localFolderBox.Name = "localFolderBox";
this.localFolderBox.TabStop = false;
//
// commitAll
//
resources.ApplyResources(this.commitAll, "commitAll");
this.commitAll.Name = "commitAll";
this.commitAll.UseVisualStyleBackColor = true;
//
// localFolder
//
resources.ApplyResources(this.localFolder, "localFolder");
this.localFolder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.localFolder.FormattingEnabled = true;
this.localFolder.Name = "localFolder";
this.localFolder.SelectedIndexChanged += new System.EventHandler(this.localFolder_SelectedIndexChanged);
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.CausesValidation = false;
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// projectBox
//
resources.ApplyResources(this.projectBox, "projectBox");
this.projectBox.Controls.Add(this.projectNameBox);
this.projectBox.Name = "projectBox";
this.projectBox.TabStop = false;
//
// projectNameBox
//
resources.ApplyResources(this.projectNameBox, "projectNameBox");
this.projectNameBox.Name = "projectNameBox";
this.projectNameBox.TextChanged += new System.EventHandler(this.projectNameBox_TextChanged);
//
// timer1
//
this.timer1.Interval = 350;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.resultUriBox);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// resultUriBox
//
resources.ApplyResources(this.resultUriBox, "resultUriBox");
this.resultUriBox.Name = "resultUriBox";
this.resultUriBox.ReadOnly = true;
this.resultUriBox.TabStop = false;
//
// addTrunk
//
resources.ApplyResources(this.addTrunk, "addTrunk");
this.addTrunk.Name = "addTrunk";
this.addTrunk.UseVisualStyleBackColor = true;
this.addTrunk.CheckedChanged += new System.EventHandler(this.addTrunk_CheckedChanged);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// bodyPanel
//
resources.ApplyResources(this.bodyPanel, "bodyPanel");
this.bodyPanel.Controls.Add(this.addTrunk);
this.bodyPanel.Controls.Add(this.groupBox2);
this.bodyPanel.Controls.Add(this.projectBox);
this.bodyPanel.Controls.Add(this.label1);
this.bodyPanel.Controls.Add(this.localFolderBox);
this.bodyPanel.Controls.Add(this.locationBox);
this.bodyPanel.Name = "bodyPanel";
//
// selectRepositoryButton
//
resources.ApplyResources(this.selectRepositoryButton, "selectRepositoryButton");
this.selectRepositoryButton.Name = "selectRepositoryButton";
this.selectRepositoryButton.UseVisualStyleBackColor = true;
this.selectRepositoryButton.Click += new System.EventHandler(this.selectRepositoryButton_Click);
//
// repositoryTree
//
resources.ApplyResources(this.repositoryTree, "repositoryTree");
this.repositoryTree.Name = "repositoryTree";
this.repositoryTree.ShowFiles = false;
this.repositoryTree.ShowLines = false;
this.repositoryTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// AddToSubversion
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.bodyPanel);
this.Name = "AddToSubversion";
this.locationBox.ResumeLayout(false);
this.localFolderBox.ResumeLayout(false);
this.localFolderBox.PerformLayout();
this.projectBox.ResumeLayout(false);
this.projectBox.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.bodyPanel.ResumeLayout(false);
this.bodyPanel.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : CopyToDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CopyToDialog));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.toUrlBrowse = new System.Windows.Forms.Button();
this.toUrlBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.SuspendLayout();
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.CausesValidation = false;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
//
// toUrlBrowse
//
resources.ApplyResources(this.toUrlBrowse, "toUrlBrowse");
this.toUrlBrowse.Name = "toUrlBrowse";
this.toUrlBrowse.UseVisualStyleBackColor = true;
this.toUrlBrowse.Click += new System.EventHandler(this.toUrlBrowse_Click);
//
// toUrlBox
//
resources.ApplyResources(this.toUrlBox, "toUrlBox");
this.toUrlBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.toUrlBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.toUrlBox.Name = "toUrlBox";
this.toUrlBox.TextAlignChanged += new System.EventHandler(this.toUrlBox_TextChanged);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
//
// CopyToDialog
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.toUrlBrowse);
this.Controls.Add(this.toUrlBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.logMessage);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.EnableTheming = true;
this.Name = "CopyToDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : CreateDirectoryDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateDirectoryDialog));
this.directoryNameBox = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// directoryNameBox
//
resources.ApplyResources(this.directoryNameBox, "directoryNameBox");
this.directoryNameBox.Name = "directoryNameBox";
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// CreateDirectoryDialog
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.logMessage);
this.Controls.Add(this.directoryNameBox);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.EnableTheming = true;
this.Name = "CreateDirectoryDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : ItemUpdateDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemUpdateDialog));
this.pendingList = new Ankh.UI.PendingChanges.Commits.PendingCommitsView(this.components);
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.revisionPickerStart = new Ankh.UI.PathSelector.VersionSelector();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// pendingList
//
this.pendingList.AllowColumnReorder = true;
resources.ApplyResources(this.pendingList, "pendingList");
this.pendingList.CheckBoxes = true;
this.pendingList.HideSelection = false;
this.pendingList.Name = "pendingList";
this.pendingList.ShowSelectAllCheckBox = true;
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.revisionPickerStart);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// revisionPickerStart
//
resources.ApplyResources(this.revisionPickerStart, "revisionPickerStart");
this.revisionPickerStart.Name = "revisionPickerStart";
this.revisionPickerStart.SvnOrigin = null;
//
// ItemUpdateDialog
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.pendingList);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Name = "ItemUpdateDialog";
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : LogControl.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogControl));
this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.revisionBox = new Ankh.UI.SvnLog.LogRevisionControl(this.components);
this.splitContainer2 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
this.changedPathBox = new Ankh.UI.SvnLog.LogChangedPathsView(this.components);
this.changedPathLabel = new System.Windows.Forms.Label();
this.logBox = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.logLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.revisionBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
//
// revisionBox
//
resources.ApplyResources(this.revisionBox, "revisionBox");
this.revisionBox.HideSelection = false;
this.revisionBox.LogSource = null;
this.revisionBox.Name = "revisionBox";
this.revisionBox.Sorting = System.Windows.Forms.SortOrder.None;
//
// splitContainer2
//
resources.ApplyResources(this.splitContainer2, "splitContainer2");
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.changedPathBox);
this.splitContainer2.Panel1.Controls.Add(this.changedPathLabel);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.logBox);
this.splitContainer2.Panel2.Controls.Add(this.logLabel);
//
// changedPathBox
//
resources.ApplyResources(this.changedPathBox, "changedPathBox");
this.changedPathBox.HideSelection = false;
this.changedPathBox.ItemSource = null;
this.changedPathBox.LogSource = null;
this.changedPathBox.Name = "changedPathBox";
//
// changedPathLabel
//
resources.ApplyResources(this.changedPathLabel, "changedPathLabel");
this.changedPathLabel.Name = "changedPathLabel";
//
// logBox
//
this.logBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.logBox, "logBox");
this.logBox.Name = "logBox";
this.logBox.ReadOnly = true;
//
// logLabel
//
resources.ApplyResources(this.logLabel, "logLabel");
this.logLabel.Name = "logLabel";
//
// LogControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "LogControl";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : ConfirmDeleteDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfirmDeleteDialog));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.deleteList = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// deleteList
//
resources.ApplyResources(this.deleteList, "deleteList");
this.deleteList.FormattingEnabled = true;
this.deleteList.Name = "deleteList";
//
// ConfirmDeleteDialog
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.deleteList);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.logMessage);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Name = "ConfirmDeleteDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : AddProjectToSubversion.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddProjectToSubversion));
this.markAsManaged = new System.Windows.Forms.CheckBox();
this.writeUrlInSolution = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// bodyPanel
//
resources.ApplyResources(this.bodyPanel, "bodyPanel");
//
// markAsManaged
//
resources.ApplyResources(this.markAsManaged, "markAsManaged");
this.markAsManaged.Checked = true;
this.markAsManaged.CheckState = System.Windows.Forms.CheckState.Checked;
this.markAsManaged.Name = "markAsManaged";
this.markAsManaged.UseVisualStyleBackColor = true;
//
// writeUrlInSolution
//
resources.ApplyResources(this.writeUrlInSolution, "writeUrlInSolution");
this.writeUrlInSolution.Checked = true;
this.writeUrlInSolution.CheckState = System.Windows.Forms.CheckState.Checked;
this.writeUrlInSolution.Name = "writeUrlInSolution";
this.writeUrlInSolution.UseVisualStyleBackColor = true;
//
// AddProjectToSubversion
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.writeUrlInSolution);
this.Controls.Add(this.markAsManaged);
this.Name = "AddProjectToSubversion";
this.Controls.SetChildIndex(this.bodyPanel, 0);
this.Controls.SetChildIndex(this.markAsManaged, 0);
this.Controls.SetChildIndex(this.writeUrlInSolution, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : CreateBranchDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateBranchDialog));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.versionBox = new System.Windows.Forms.NumericUpDown();
this.versionBrowse = new System.Windows.Forms.Button();
this.specificVersionRadio = new System.Windows.Forms.RadioButton();
this.headVersionRadio = new System.Windows.Forms.RadioButton();
this.wcVersionRadio = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.fromUrlBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.fromFolderBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.toUrlBrowse = new System.Windows.Forms.Button();
this.toUrlBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.switchBox = new System.Windows.Forms.CheckBox();
this.logMessage = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.versionBox)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.CausesValidation = false;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.versionBox);
this.groupBox3.Controls.Add(this.versionBrowse);
this.groupBox3.Controls.Add(this.specificVersionRadio);
this.groupBox3.Controls.Add(this.headVersionRadio);
this.groupBox3.Controls.Add(this.wcVersionRadio);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.fromUrlBox);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.fromFolderBox);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// versionBox
//
resources.ApplyResources(this.versionBox, "versionBox");
this.versionBox.Maximum = new decimal(new int[] {
2147483647,
0,
0,
0});
this.versionBox.Name = "versionBox";
this.versionBox.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// versionBrowse
//
resources.ApplyResources(this.versionBrowse, "versionBrowse");
this.versionBrowse.Name = "versionBrowse";
this.versionBrowse.UseVisualStyleBackColor = true;
this.versionBrowse.Click += new System.EventHandler(this.versionBrowse_Click);
//
// specificVersionRadio
//
resources.ApplyResources(this.specificVersionRadio, "specificVersionRadio");
this.specificVersionRadio.Name = "specificVersionRadio";
this.specificVersionRadio.UseVisualStyleBackColor = true;
//
// headVersionRadio
//
resources.ApplyResources(this.headVersionRadio, "headVersionRadio");
this.headVersionRadio.Checked = true;
this.headVersionRadio.Name = "headVersionRadio";
this.headVersionRadio.TabStop = true;
this.headVersionRadio.UseVisualStyleBackColor = true;
//
// wcVersionRadio
//
resources.ApplyResources(this.wcVersionRadio, "wcVersionRadio");
this.wcVersionRadio.Name = "wcVersionRadio";
this.wcVersionRadio.UseVisualStyleBackColor = true;
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// fromUrlBox
//
resources.ApplyResources(this.fromUrlBox, "fromUrlBox");
this.fromUrlBox.Name = "fromUrlBox";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// fromFolderBox
//
resources.ApplyResources(this.fromFolderBox, "fromFolderBox");
this.fromFolderBox.Name = "fromFolderBox";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.toUrlBrowse);
this.groupBox1.Controls.Add(this.toUrlBox);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// toUrlBrowse
//
resources.ApplyResources(this.toUrlBrowse, "toUrlBrowse");
this.toUrlBrowse.Name = "toUrlBrowse";
this.toUrlBrowse.UseVisualStyleBackColor = true;
this.toUrlBrowse.Click += new System.EventHandler(this.toUrlBrowse_Click);
//
// toUrlBox
//
resources.ApplyResources(this.toUrlBox, "toUrlBox");
this.toUrlBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.toUrlBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.toUrlBox.Name = "toUrlBox";
this.toUrlBox.TextChanged += new System.EventHandler(this.toUrlBox_TextChanged);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// switchBox
//
resources.ApplyResources(this.switchBox, "switchBox");
this.switchBox.Name = "switchBox";
this.switchBox.UseVisualStyleBackColor = true;
//
// logMessage
//
resources.ApplyResources(this.logMessage, "logMessage");
this.logMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.logMessage.Name = "logMessage";
//
// CreateBranchDialog
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.CancelButton = this.btnCancel;
this.Controls.Add(this.switchBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.logMessage);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.EnableTheming = true;
this.Name = "CreateBranchDialog";
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.versionBox)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : ProgressDialog.Designer.cs
License : Apache License 2.0
Project Creator : AmpScm
License : Apache License 2.0
Project Creator : AmpScm
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressDialog));
this.cancelButton = new System.Windows.Forms.Button();
this.actionList = new Ankh.UI.VSSelectionControls.SmartListView();
this.actionColumn = new System.Windows.Forms.ColumnHeader();
this.pathColumn = new System.Windows.Forms.ColumnHeader();
this.progressLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.Click += new System.EventHandler(this.CancelClick);
//
// actionList
//
resources.ApplyResources(this.actionList, "actionList");
this.actionList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.actionColumn,
this.pathColumn});
this.actionList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.actionList.Name = "actionList";
//
// actionColumn
//
resources.ApplyResources(this.actionColumn, "actionColumn");
//
// pathColumn
//
resources.ApplyResources(this.pathColumn, "pathColumn");
//
// progressLabel
//
resources.ApplyResources(this.progressLabel, "progressLabel");
this.progressLabel.Name = "progressLabel";
//
// ProgressDialog
//
resources.ApplyResources(this, "$this");
this.CancelButton = this.cancelButton;
this.ControlBox = false;
this.Controls.Add(this.progressLabel);
this.Controls.Add(this.actionList);
this.Controls.Add(this.cancelButton);
this.Name = "ProgressDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : DownloadUpdateDialog.Designer.cs
License : MIT License
Project Creator : Analogy-LogViewer
License : MIT License
Project Creator : Analogy-LogViewer
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadUpdateDialog));
this.progressBar = new System.Windows.Forms.ProgressBar();
this.labelInformation = new System.Windows.Forms.Label();
this.labelSize = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// progressBar
//
resources.ApplyResources(this.progressBar, "progressBar");
this.progressBar.Name = "progressBar";
//
// labelInformation
//
resources.ApplyResources(this.labelInformation, "labelInformation");
this.labelInformation.Name = "labelInformation";
//
// labelSize
//
resources.ApplyResources(this.labelSize, "labelSize");
this.labelSize.Name = "labelSize";
//
// DownloadUpdateDialog
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelSize);
this.Controls.Add(this.labelInformation);
this.Controls.Add(this.progressBar);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DownloadUpdateDialog";
this.ShowInTaskbar = false;
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DownloadUpdateDialog_FormClosing);
this.Load += new System.EventHandler(this.DownloadUpdateDialogLoad);
this.ResumeLayout(false);
}
19
View Source File : MainForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : audiamus
License : GNU General Public License v3.0
Project Creator : audiamus
private void InitializeComponent () {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.grpBoxAaxFiles = new System.Windows.Forms.GroupBox();
this.listViewAaxFiles = new System.Windows.Forms.ListView();
this.clmHdrAlbum = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrArtist = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrYear = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrNarrator = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrSampleRate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrBitRate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmHdrFileDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.btnRem = new System.Windows.Forms.Button();
this.btnAddFile = new System.Windows.Forms.Button();
this.grpBoxMode = new System.Windows.Forms.GroupBox();
this.panelTrkLen = new System.Windows.Forms.Panel();
this.lblDuration = new System.Windows.Forms.Label();
this.lblTraclLen = new System.Windows.Forms.Label();
this.numUpDnTrkLen = new System.Windows.Forms.NumericUpDown();
this.radBtnTimeSplit = new System.Windows.Forms.RadioButton();
this.radBtnChaptSplit = new System.Windows.Forms.RadioButton();
this.radBtnChapt = new System.Windows.Forms.RadioButton();
this.radBtnSingle = new System.Windows.Forms.RadioButton();
this.panelExec = new System.Windows.Forms.Panel();
this.vprogbarCpu = new audiamus.aux.win.VerticalProgressBar();
this.vprogbarNumProc = new audiamus.aux.win.VerticalProgressBar();
this.lblProgress = new System.Windows.Forms.Label();
this.btnAbort = new System.Windows.Forms.Button();
this.progressBarPart = new System.Windows.Forms.ProgressBar();
this.progressBarTrack = new System.Windows.Forms.ProgressBar();
this.btnConvert = new System.Windows.Forms.Button();
this.grpBoxFormat = new System.Windows.Forms.GroupBox();
this.radBtnMp4 = new System.Windows.Forms.RadioButton();
this.radBtnMp3 = new System.Windows.Forms.RadioButton();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btnSaveTo = new System.Windows.Forms.Button();
this.grpBoxNaming = new System.Windows.Forms.GroupBox();
this.propGridNaming = new System.Windows.Forms.PropertyGrid();
this.panelTop = new System.Windows.Forms.Panel();
this.tableLayoutSettings = new System.Windows.Forms.TableLayoutPanel();
this.panelSettingsLeft = new System.Windows.Forms.Panel();
this.grpBoxDest = new System.Windows.Forms.GroupBox();
this.lblSaveTo = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiDetails = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreview = new System.Windows.Forms.ToolStripMenuItem();
this.grpBoxAaxFiles.SuspendLayout();
this.grpBoxMode.SuspendLayout();
this.panelTrkLen.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numUpDnTrkLen)).BeginInit();
this.panelExec.SuspendLayout();
this.grpBoxFormat.SuspendLayout();
this.grpBoxNaming.SuspendLayout();
this.panelTop.SuspendLayout();
this.tableLayoutSettings.SuspendLayout();
this.panelSettingsLeft.SuspendLayout();
this.grpBoxDest.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// grpBoxAaxFiles
//
resources.ApplyResources(this.grpBoxAaxFiles, "grpBoxAaxFiles");
this.grpBoxAaxFiles.Controls.Add(this.listViewAaxFiles);
this.grpBoxAaxFiles.Controls.Add(this.btnRem);
this.grpBoxAaxFiles.Controls.Add(this.btnAddFile);
this.grpBoxAaxFiles.Name = "grpBoxAaxFiles";
this.grpBoxAaxFiles.TabStop = false;
this.toolTip1.SetToolTip(this.grpBoxAaxFiles, resources.GetString("grpBoxAaxFiles.ToolTip"));
//
// listViewAaxFiles
//
resources.ApplyResources(this.listViewAaxFiles, "listViewAaxFiles");
this.listViewAaxFiles.AllowDrop = true;
this.listViewAaxFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clmHdrAlbum,
this.clmHdrArtist,
this.clmHdrSize,
this.clmHdrDuration,
this.clmHdrYear,
this.clmHdrNarrator,
this.clmHdrSampleRate,
this.clmHdrBitRate,
this.clmHdrFileDate});
this.listViewAaxFiles.FullRowSelect = true;
this.listViewAaxFiles.GridLines = true;
this.listViewAaxFiles.HideSelection = false;
this.listViewAaxFiles.Name = "listViewAaxFiles";
this.listViewAaxFiles.SmallImageList = this.imageList1;
this.toolTip1.SetToolTip(this.listViewAaxFiles, resources.GetString("listViewAaxFiles.ToolTip"));
this.listViewAaxFiles.UseCompatibleStateImageBehavior = false;
this.listViewAaxFiles.View = System.Windows.Forms.View.Details;
this.listViewAaxFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewAaxFiles_ColumnClick);
this.listViewAaxFiles.SelectedIndexChanged += new System.EventHandler(this.listViewAaxFiles_SelectedIndexChanged);
this.listViewAaxFiles.SizeChanged += new System.EventHandler(this.listViewAaxFiles_SizeChanged);
this.listViewAaxFiles.DragDrop += new System.Windows.Forms.DragEventHandler(this.listViewAaxFiles_DragDrop);
this.listViewAaxFiles.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewAaxFiles_DragEnter);
this.listViewAaxFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewAaxFiles_KeyDown);
this.listViewAaxFiles.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listViewAaxFiles_MouseClick);
//
// clmHdrAlbum
//
resources.ApplyResources(this.clmHdrAlbum, "clmHdrAlbum");
//
// clmHdrArtist
//
resources.ApplyResources(this.clmHdrArtist, "clmHdrArtist");
//
// clmHdrSize
//
resources.ApplyResources(this.clmHdrSize, "clmHdrSize");
//
// clmHdrDuration
//
resources.ApplyResources(this.clmHdrDuration, "clmHdrDuration");
//
// clmHdrYear
//
resources.ApplyResources(this.clmHdrYear, "clmHdrYear");
//
// clmHdrNarrator
//
resources.ApplyResources(this.clmHdrNarrator, "clmHdrNarrator");
//
// clmHdrSampleRate
//
resources.ApplyResources(this.clmHdrSampleRate, "clmHdrSampleRate");
//
// clmHdrBitRate
//
resources.ApplyResources(this.clmHdrBitRate, "clmHdrBitRate");
//
// clmHdrFileDate
//
resources.ApplyResources(this.clmHdrFileDate, "clmHdrFileDate");
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "blank.png");
this.imageList1.Images.SetKeyName(1, "added.png");
//
// btnRem
//
resources.ApplyResources(this.btnRem, "btnRem");
this.btnRem.Name = "btnRem";
this.toolTip1.SetToolTip(this.btnRem, resources.GetString("btnRem.ToolTip"));
this.btnRem.UseVisualStyleBackColor = true;
this.btnRem.Click += new System.EventHandler(this.btnRem_Click);
//
// btnAddFile
//
resources.ApplyResources(this.btnAddFile, "btnAddFile");
this.btnAddFile.Name = "btnAddFile";
this.toolTip1.SetToolTip(this.btnAddFile, resources.GetString("btnAddFile.ToolTip"));
this.btnAddFile.UseVisualStyleBackColor = true;
this.btnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
//
// grpBoxMode
//
resources.ApplyResources(this.grpBoxMode, "grpBoxMode");
this.grpBoxMode.Controls.Add(this.panelTrkLen);
this.grpBoxMode.Controls.Add(this.radBtnTimeSplit);
this.grpBoxMode.Controls.Add(this.radBtnChaptSplit);
this.grpBoxMode.Controls.Add(this.radBtnChapt);
this.grpBoxMode.Controls.Add(this.radBtnSingle);
this.grpBoxMode.Name = "grpBoxMode";
this.grpBoxMode.TabStop = false;
this.toolTip1.SetToolTip(this.grpBoxMode, resources.GetString("grpBoxMode.ToolTip"));
//
// panelTrkLen
//
resources.ApplyResources(this.panelTrkLen, "panelTrkLen");
this.panelTrkLen.Controls.Add(this.lblDuration);
this.panelTrkLen.Controls.Add(this.lblTraclLen);
this.panelTrkLen.Controls.Add(this.numUpDnTrkLen);
this.panelTrkLen.Name = "panelTrkLen";
this.toolTip1.SetToolTip(this.panelTrkLen, resources.GetString("panelTrkLen.ToolTip"));
//
// lblDuration
//
resources.ApplyResources(this.lblDuration, "lblDuration");
this.lblDuration.Name = "lblDuration";
this.toolTip1.SetToolTip(this.lblDuration, resources.GetString("lblDuration.ToolTip"));
//
// lblTraclLen
//
resources.ApplyResources(this.lblTraclLen, "lblTraclLen");
this.lblTraclLen.Name = "lblTraclLen";
this.toolTip1.SetToolTip(this.lblTraclLen, resources.GetString("lblTraclLen.ToolTip"));
//
// numUpDnTrkLen
//
resources.ApplyResources(this.numUpDnTrkLen, "numUpDnTrkLen");
this.numUpDnTrkLen.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.numUpDnTrkLen.Minimum = new decimal(new int[] {
3,
0,
0,
0});
this.numUpDnTrkLen.Name = "numUpDnTrkLen";
this.toolTip1.SetToolTip(this.numUpDnTrkLen, resources.GetString("numUpDnTrkLen.ToolTip"));
this.numUpDnTrkLen.Value = new decimal(new int[] {
5,
0,
0,
0});
this.numUpDnTrkLen.ValueChanged += new System.EventHandler(this.numUpDnTrkLen_ValueChanged);
//
// radBtnTimeSplit
//
resources.ApplyResources(this.radBtnTimeSplit, "radBtnTimeSplit");
this.radBtnTimeSplit.Name = "radBtnTimeSplit";
this.radBtnTimeSplit.TabStop = true;
this.toolTip1.SetToolTip(this.radBtnTimeSplit, resources.GetString("radBtnTimeSplit.ToolTip"));
this.radBtnTimeSplit.UseVisualStyleBackColor = true;
this.radBtnTimeSplit.CheckedChanged += new System.EventHandler(this.radBtnTimeSplit_CheckedChanged);
//
// radBtnChaptSplit
//
resources.ApplyResources(this.radBtnChaptSplit, "radBtnChaptSplit");
this.radBtnChaptSplit.Name = "radBtnChaptSplit";
this.radBtnChaptSplit.TabStop = true;
this.toolTip1.SetToolTip(this.radBtnChaptSplit, resources.GetString("radBtnChaptSplit.ToolTip"));
this.radBtnChaptSplit.UseVisualStyleBackColor = true;
this.radBtnChaptSplit.CheckedChanged += new System.EventHandler(this.radBtnChaptSplit_CheckedChanged);
//
// radBtnChapt
//
resources.ApplyResources(this.radBtnChapt, "radBtnChapt");
this.radBtnChapt.Name = "radBtnChapt";
this.radBtnChapt.TabStop = true;
this.toolTip1.SetToolTip(this.radBtnChapt, resources.GetString("radBtnChapt.ToolTip"));
this.radBtnChapt.UseVisualStyleBackColor = true;
this.radBtnChapt.CheckedChanged += new System.EventHandler(this.radBtnChapt_CheckedChanged);
//
// radBtnSingle
//
resources.ApplyResources(this.radBtnSingle, "radBtnSingle");
this.radBtnSingle.Name = "radBtnSingle";
this.radBtnSingle.TabStop = true;
this.toolTip1.SetToolTip(this.radBtnSingle, resources.GetString("radBtnSingle.ToolTip"));
this.radBtnSingle.UseVisualStyleBackColor = true;
this.radBtnSingle.CheckedChanged += new System.EventHandler(this.radBtnSingle_CheckedChanged);
//
// panelExec
//
resources.ApplyResources(this.panelExec, "panelExec");
this.panelExec.Controls.Add(this.vprogbarCpu);
this.panelExec.Controls.Add(this.vprogbarNumProc);
this.panelExec.Controls.Add(this.lblProgress);
this.panelExec.Controls.Add(this.btnAbort);
this.panelExec.Controls.Add(this.progressBarPart);
this.panelExec.Controls.Add(this.progressBarTrack);
this.panelExec.Controls.Add(this.btnConvert);
this.panelExec.Name = "panelExec";
this.toolTip1.SetToolTip(this.panelExec, resources.GetString("panelExec.ToolTip"));
//
// vprogbarCpu
//
resources.ApplyResources(this.vprogbarCpu, "vprogbarCpu");
this.vprogbarCpu.Name = "vprogbarCpu";
this.toolTip1.SetToolTip(this.vprogbarCpu, resources.GetString("vprogbarCpu.ToolTip"));
//
// vprogbarNumProc
//
resources.ApplyResources(this.vprogbarNumProc, "vprogbarNumProc");
this.vprogbarNumProc.Name = "vprogbarNumProc";
this.toolTip1.SetToolTip(this.vprogbarNumProc, resources.GetString("vprogbarNumProc.ToolTip"));
//
// lblProgress
//
resources.ApplyResources(this.lblProgress, "lblProgress");
this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblProgress.Name = "lblProgress";
this.toolTip1.SetToolTip(this.lblProgress, resources.GetString("lblProgress.ToolTip"));
//
// btnAbort
//
resources.ApplyResources(this.btnAbort, "btnAbort");
this.btnAbort.Name = "btnAbort";
this.toolTip1.SetToolTip(this.btnAbort, resources.GetString("btnAbort.ToolTip"));
this.btnAbort.UseVisualStyleBackColor = true;
this.btnAbort.Click += new System.EventHandler(this.btnAbort_Click);
//
// progressBarPart
//
resources.ApplyResources(this.progressBarPart, "progressBarPart");
this.progressBarPart.Maximum = 1000;
this.progressBarPart.Name = "progressBarPart";
this.toolTip1.SetToolTip(this.progressBarPart, resources.GetString("progressBarPart.ToolTip"));
//
// progressBarTrack
//
resources.ApplyResources(this.progressBarTrack, "progressBarTrack");
this.progressBarTrack.Maximum = 1000;
this.progressBarTrack.Name = "progressBarTrack";
this.toolTip1.SetToolTip(this.progressBarTrack, resources.GetString("progressBarTrack.ToolTip"));
//
// btnConvert
//
resources.ApplyResources(this.btnConvert, "btnConvert");
this.btnConvert.Name = "btnConvert";
this.toolTip1.SetToolTip(this.btnConvert, resources.GetString("btnConvert.ToolTip"));
this.btnConvert.UseVisualStyleBackColor = true;
this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
//
// grpBoxFormat
//
resources.ApplyResources(this.grpBoxFormat, "grpBoxFormat");
this.grpBoxFormat.Controls.Add(this.radBtnMp4);
this.grpBoxFormat.Controls.Add(this.radBtnMp3);
this.grpBoxFormat.Name = "grpBoxFormat";
this.grpBoxFormat.TabStop = false;
this.toolTip1.SetToolTip(this.grpBoxFormat, resources.GetString("grpBoxFormat.ToolTip"));
//
// radBtnMp4
//
resources.ApplyResources(this.radBtnMp4, "radBtnMp4");
this.radBtnMp4.Name = "radBtnMp4";
this.radBtnMp4.TabStop = true;
this.toolTip1.SetToolTip(this.radBtnMp4, resources.GetString("radBtnMp4.ToolTip"));
this.radBtnMp4.UseVisualStyleBackColor = true;
this.radBtnMp4.CheckedChanged += new System.EventHandler(this.radBtnM4A_CheckedChanged);
//
// radBtnMp3
//
resources.ApplyResources(this.radBtnMp3, "radBtnMp3");
this.radBtnMp3.Name = "radBtnMp3";
this.radBtnMp3.TabStop = true;
this.toolTip1.SetToolTip(this.radBtnMp3, resources.GetString("radBtnMp3.ToolTip"));
this.radBtnMp3.UseVisualStyleBackColor = true;
this.radBtnMp3.CheckedChanged += new System.EventHandler(this.radBtnMp3_CheckedChanged);
//
// btnSaveTo
//
resources.ApplyResources(this.btnSaveTo, "btnSaveTo");
this.btnSaveTo.Name = "btnSaveTo";
this.toolTip1.SetToolTip(this.btnSaveTo, resources.GetString("btnSaveTo.ToolTip"));
this.btnSaveTo.UseVisualStyleBackColor = true;
this.btnSaveTo.Click += new System.EventHandler(this.btnSaveTo_Click);
//
// grpBoxNaming
//
resources.ApplyResources(this.grpBoxNaming, "grpBoxNaming");
this.grpBoxNaming.Controls.Add(this.propGridNaming);
this.grpBoxNaming.Name = "grpBoxNaming";
this.grpBoxNaming.TabStop = false;
this.toolTip1.SetToolTip(this.grpBoxNaming, resources.GetString("grpBoxNaming.ToolTip"));
//
// propGridNaming
//
resources.ApplyResources(this.propGridNaming, "propGridNaming");
this.propGridNaming.Name = "propGridNaming";
this.propGridNaming.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.propGridNaming.ToolbarVisible = false;
this.toolTip1.SetToolTip(this.propGridNaming, resources.GetString("propGridNaming.ToolTip"));
this.propGridNaming.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propGridNaming_PropertyValueChanged);
//
// panelTop
//
resources.ApplyResources(this.panelTop, "panelTop");
this.panelTop.Controls.Add(this.grpBoxAaxFiles);
this.panelTop.Controls.Add(this.tableLayoutSettings);
this.panelTop.Name = "panelTop";
this.toolTip1.SetToolTip(this.panelTop, resources.GetString("panelTop.ToolTip"));
//
// tableLayoutSettings
//
resources.ApplyResources(this.tableLayoutSettings, "tableLayoutSettings");
this.tableLayoutSettings.Controls.Add(this.panelSettingsLeft, 0, 0);
this.tableLayoutSettings.Controls.Add(this.grpBoxNaming, 1, 0);
this.tableLayoutSettings.Name = "tableLayoutSettings";
this.toolTip1.SetToolTip(this.tableLayoutSettings, resources.GetString("tableLayoutSettings.ToolTip"));
//
// panelSettingsLeft
//
resources.ApplyResources(this.panelSettingsLeft, "panelSettingsLeft");
this.panelSettingsLeft.Controls.Add(this.grpBoxMode);
this.panelSettingsLeft.Controls.Add(this.grpBoxFormat);
this.panelSettingsLeft.Controls.Add(this.grpBoxDest);
this.panelSettingsLeft.Name = "panelSettingsLeft";
this.toolTip1.SetToolTip(this.panelSettingsLeft, resources.GetString("panelSettingsLeft.ToolTip"));
//
// grpBoxDest
//
resources.ApplyResources(this.grpBoxDest, "grpBoxDest");
this.grpBoxDest.Controls.Add(this.lblSaveTo);
this.grpBoxDest.Controls.Add(this.btnSaveTo);
this.grpBoxDest.Name = "grpBoxDest";
this.grpBoxDest.TabStop = false;
this.toolTip1.SetToolTip(this.grpBoxDest, resources.GetString("grpBoxDest.ToolTip"));
//
// lblSaveTo
//
resources.ApplyResources(this.lblSaveTo, "lblSaveTo");
this.lblSaveTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblSaveTo.Name = "lblSaveTo";
this.toolTip1.SetToolTip(this.lblSaveTo, resources.GetString("lblSaveTo.ToolTip"));
this.lblSaveTo.SizeChanged += new System.EventHandler(this.lblSaveTo_SizeChanged);
//
// contextMenuStrip1
//
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiDetails,
this.tsmiPreview});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.toolTip1.SetToolTip(this.contextMenuStrip1, resources.GetString("contextMenuStrip1.ToolTip"));
//
// tsmiDetails
//
resources.ApplyResources(this.tsmiDetails, "tsmiDetails");
this.tsmiDetails.Name = "tsmiDetails";
this.tsmiDetails.Click += new System.EventHandler(this.tsmiDetails_Click);
//
// tsmiPreview
//
resources.ApplyResources(this.tsmiPreview, "tsmiPreview");
this.tsmiPreview.Name = "tsmiPreview";
this.tsmiPreview.Click += new System.EventHandler(this.tsmiPreview_Click);
//
// MainForm
//
this.AcceptButton = this.btnAddFile;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelTop);
this.Controls.Add(this.panelExec);
this.KeyPreview = true;
this.Name = "MainForm";
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.grpBoxAaxFiles.ResumeLayout(false);
this.grpBoxMode.ResumeLayout(false);
this.grpBoxMode.PerformLayout();
this.panelTrkLen.ResumeLayout(false);
this.panelTrkLen.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numUpDnTrkLen)).EndInit();
this.panelExec.ResumeLayout(false);
this.grpBoxFormat.ResumeLayout(false);
this.grpBoxFormat.PerformLayout();
this.grpBoxNaming.ResumeLayout(false);
this.panelTop.ResumeLayout(false);
this.tableLayoutSettings.ResumeLayout(false);
this.panelSettingsLeft.ResumeLayout(false);
this.grpBoxDest.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : MainForm.Designer.cs
License : MIT License
Project Creator : bartekmotyl
License : MIT License
Project Creator : bartekmotyl
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.toolStripContainerMain = new System.Windows.Forms.ToolStripContainer();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabelVolume = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelFilePath = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelFileDate = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelIndex = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelSelection = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.videoViewHover = new LibVLCSharp.WinForms.VideoView();
this.vlcControl1 = new LibVLCSharp.WinForms.VideoView();
this.videoCutterTimeline1 = new SimpleVideoCutter.VideoCutterTimeline();
this.panelTasks = new System.Windows.Forms.Panel();
this.listViewTasks = new System.Windows.Forms.ListView();
this.columnStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnProfile = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnOutputFile = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnError = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.labelTasks = new System.Windows.Forms.Label();
this.labelProgress = new System.Windows.Forms.Label();
this.contextMenuStripToolstripContainer = new System.Windows.Forms.ContextMenuStrip(this.components);
this.resetToolbarsLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSelection = new System.Windows.Forms.ToolStrip();
this.toolStripButtonSelectionSetStart = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonSelectionSetEnd = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonSelectionPlay = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonSelectionClear = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonSelectionGoToStart = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonSelectionGoToEnd = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonSelectionEnqueue = new System.Windows.Forms.ToolStripButton();
this.toolStripTimeline = new System.Windows.Forms.ToolStrip();
this.toolStripButtonTimelineZoomOut = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonTimelineZoomAuto = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonTimelineGoToCurrentPosition = new System.Windows.Forms.ToolStripButton();
this.toolStripInternet = new System.Windows.Forms.ToolStrip();
this.toolStripButtonInternetVersionCheck = new System.Windows.Forms.ToolStripButton();
this.toolStripTasks = new System.Windows.Forms.ToolStrip();
this.toolStripButtonTasksShow = new System.Windows.Forms.ToolStripButton();
this.toolStripPlayback = new System.Windows.Forms.ToolStrip();
this.toolStripButtonPlabackPlayPause = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonPlabackMute = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonPlabackNextFrame = new System.Windows.Forms.ToolStripButton();
this.toolStripFile = new System.Windows.Forms.ToolStrip();
this.toolStripButtonFileOpen = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonFilePrev = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonFileNext = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonFileSettings = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonFileAbout = new System.Windows.Forms.ToolStripButton();
this.toolStripDropDownButtonFileLanguage = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripMenuItemLangEnglish = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangGerman = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangFrench = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangSpanish = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangItalian = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangChinese = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangreplacedanese = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemLangPolish = new System.Windows.Forms.ToolStripMenuItem();
this.timerHoverPositionChanged = new System.Windows.Forms.Timer(this.components);
this.toolStripContainerMain.BottomToolStripPanel.SuspendLayout();
this.toolStripContainerMain.ContentPanel.SuspendLayout();
this.toolStripContainerMain.LeftToolStripPanel.SuspendLayout();
this.toolStripContainerMain.TopToolStripPanel.SuspendLayout();
this.toolStripContainerMain.SuspendLayout();
this.statusStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.videoViewHover)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.vlcControl1)).BeginInit();
this.panelTasks.SuspendLayout();
this.contextMenuStripToolstripContainer.SuspendLayout();
this.toolStripSelection.SuspendLayout();
this.toolStripTimeline.SuspendLayout();
this.toolStripInternet.SuspendLayout();
this.toolStripTasks.SuspendLayout();
this.toolStripPlayback.SuspendLayout();
this.toolStripFile.SuspendLayout();
this.SuspendLayout();
//
// toolStripContainerMain
//
//
// toolStripContainerMain.BottomToolStripPanel
//
this.toolStripContainerMain.BottomToolStripPanel.Controls.Add(this.statusStrip);
//
// toolStripContainerMain.ContentPanel
//
resources.ApplyResources(this.toolStripContainerMain.ContentPanel, "toolStripContainerMain.ContentPanel");
this.toolStripContainerMain.ContentPanel.Controls.Add(this.splitContainer1);
resources.ApplyResources(this.toolStripContainerMain, "toolStripContainerMain");
//
// toolStripContainerMain.LeftToolStripPanel
//
this.toolStripContainerMain.LeftToolStripPanel.ContextMenuStrip = this.contextMenuStripToolstripContainer;
this.toolStripContainerMain.LeftToolStripPanel.Controls.Add(this.toolStripSelection);
this.toolStripContainerMain.LeftToolStripPanel.Controls.Add(this.toolStripTimeline);
this.toolStripContainerMain.Name = "toolStripContainerMain";
this.toolStripContainerMain.RightToolStripPanelVisible = false;
//
// toolStripContainerMain.TopToolStripPanel
//
this.toolStripContainerMain.TopToolStripPanel.ContextMenuStrip = this.contextMenuStripToolstripContainer;
this.toolStripContainerMain.TopToolStripPanel.Controls.Add(this.toolStripFile);
this.toolStripContainerMain.TopToolStripPanel.Controls.Add(this.toolStripTasks);
this.toolStripContainerMain.TopToolStripPanel.Controls.Add(this.toolStripPlayback);
this.toolStripContainerMain.TopToolStripPanel.Controls.Add(this.toolStripInternet);
//
// statusStrip
//
resources.ApplyResources(this.statusStrip, "statusStrip");
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabelVolume,
this.toolStripStatusLabelFilePath,
this.toolStripStatusLabelFileDate,
this.toolStripStatusLabelIndex,
this.toolStripStatusLabelSelection});
this.statusStrip.Name = "statusStrip";
//
// toolStripStatusLabelVolume
//
this.toolStripStatusLabelVolume.Name = "toolStripStatusLabelVolume";
resources.ApplyResources(this.toolStripStatusLabelVolume, "toolStripStatusLabelVolume");
//
// toolStripStatusLabelFilePath
//
this.toolStripStatusLabelFilePath.Margin = new System.Windows.Forms.Padding(10, 3, 0, 2);
this.toolStripStatusLabelFilePath.Name = "toolStripStatusLabelFilePath";
resources.ApplyResources(this.toolStripStatusLabelFilePath, "toolStripStatusLabelFilePath");
//
// toolStripStatusLabelFileDate
//
this.toolStripStatusLabelFileDate.Margin = new System.Windows.Forms.Padding(10, 3, 0, 2);
this.toolStripStatusLabelFileDate.Name = "toolStripStatusLabelFileDate";
resources.ApplyResources(this.toolStripStatusLabelFileDate, "toolStripStatusLabelFileDate");
//
// toolStripStatusLabelIndex
//
this.toolStripStatusLabelIndex.Name = "toolStripStatusLabelIndex";
resources.ApplyResources(this.toolStripStatusLabelIndex, "toolStripStatusLabelIndex");
//
// toolStripStatusLabelSelection
//
this.toolStripStatusLabelSelection.Name = "toolStripStatusLabelSelection";
resources.ApplyResources(this.toolStripStatusLabelSelection, "toolStripStatusLabelSelection");
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.videoViewHover);
this.splitContainer1.Panel1.Controls.Add(this.vlcControl1);
this.splitContainer1.Panel1.Controls.Add(this.videoCutterTimeline1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.panelTasks);
this.splitContainer1.Panel2Collapsed = true;
//
// videoViewHover
//
this.videoViewHover.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.videoViewHover, "videoViewHover");
this.videoViewHover.MediaPlayer = null;
this.videoViewHover.Name = "videoViewHover";
//
// vlcControl1
//
this.vlcControl1.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.vlcControl1, "vlcControl1");
this.vlcControl1.MediaPlayer = null;
this.vlcControl1.Name = "vlcControl1";
this.vlcControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.vlcControl1_MouseClick);
//
// videoCutterTimeline1
//
resources.ApplyResources(this.videoCutterTimeline1, "videoCutterTimeline1");
this.videoCutterTimeline1.HoverPosition = null;
this.videoCutterTimeline1.Length = ((long)(0));
this.videoCutterTimeline1.Name = "videoCutterTimeline1";
this.videoCutterTimeline1.Position = ((long)(0));
//
// panelTasks
//
this.panelTasks.Controls.Add(this.listViewTasks);
this.panelTasks.Controls.Add(this.labelTasks);
this.panelTasks.Controls.Add(this.labelProgress);
resources.ApplyResources(this.panelTasks, "panelTasks");
this.panelTasks.Name = "panelTasks";
//
// listViewTasks
//
this.listViewTasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnStatus,
this.columnProfile,
this.columnFilename,
this.columnDuration,
this.columnOutputFile,
this.columnError});
resources.ApplyResources(this.listViewTasks, "listViewTasks");
this.listViewTasks.FullRowSelect = true;
this.listViewTasks.GridLines = true;
this.listViewTasks.HideSelection = false;
this.listViewTasks.Name = "listViewTasks";
this.listViewTasks.UseCompatibleStateImageBehavior = false;
this.listViewTasks.View = System.Windows.Forms.View.Details;
//
// columnStatus
//
resources.ApplyResources(this.columnStatus, "columnStatus");
//
// columnProfile
//
resources.ApplyResources(this.columnProfile, "columnProfile");
//
// columnFilename
//
resources.ApplyResources(this.columnFilename, "columnFilename");
//
// columnDuration
//
resources.ApplyResources(this.columnDuration, "columnDuration");
//
// columnOutputFile
//
resources.ApplyResources(this.columnOutputFile, "columnOutputFile");
//
// columnError
//
resources.ApplyResources(this.columnError, "columnError");
//
// labelTasks
//
resources.ApplyResources(this.labelTasks, "labelTasks");
this.labelTasks.Name = "labelTasks";
//
// labelProgress
//
resources.ApplyResources(this.labelProgress, "labelProgress");
this.labelProgress.Name = "labelProgress";
//
// contextMenuStripToolstripContainer
//
this.contextMenuStripToolstripContainer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.resetToolbarsLayoutToolStripMenuItem});
this.contextMenuStripToolstripContainer.Name = "contextMenuStripToolstripContainer";
resources.ApplyResources(this.contextMenuStripToolstripContainer, "contextMenuStripToolstripContainer");
//
// resetToolbarsLayoutToolStripMenuItem
//
this.resetToolbarsLayoutToolStripMenuItem.Name = "resetToolbarsLayoutToolStripMenuItem";
resources.ApplyResources(this.resetToolbarsLayoutToolStripMenuItem, "resetToolbarsLayoutToolStripMenuItem");
this.resetToolbarsLayoutToolStripMenuItem.Click += new System.EventHandler(this.resetToolbarsLayoutToolStripMenuItem_Click);
//
// toolStripSelection
//
resources.ApplyResources(this.toolStripSelection, "toolStripSelection");
this.toolStripSelection.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripSelection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonSelectionSetStart,
this.toolStripButtonSelectionSetEnd,
this.toolStripButtonSelectionPlay,
this.toolStripButtonSelectionClear,
this.toolStripButtonSelectionGoToStart,
this.toolStripButtonSelectionGoToEnd,
this.toolStripButtonSelectionEnqueue});
this.toolStripSelection.Name = "toolStripSelection";
this.toolStripSelection.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStripSelection.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripSelection_ItemClicked);
//
// toolStripButtonSelectionSetStart
//
this.toolStripButtonSelectionSetStart.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_set_start_32x32;
resources.ApplyResources(this.toolStripButtonSelectionSetStart, "toolStripButtonSelectionSetStart");
this.toolStripButtonSelectionSetStart.Name = "toolStripButtonSelectionSetStart";
//
// toolStripButtonSelectionSetEnd
//
this.toolStripButtonSelectionSetEnd.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_set_end_32x32;
resources.ApplyResources(this.toolStripButtonSelectionSetEnd, "toolStripButtonSelectionSetEnd");
this.toolStripButtonSelectionSetEnd.Name = "toolStripButtonSelectionSetEnd";
//
// toolStripButtonSelectionPlay
//
this.toolStripButtonSelectionPlay.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_video_player_slider_32x32;
resources.ApplyResources(this.toolStripButtonSelectionPlay, "toolStripButtonSelectionPlay");
this.toolStripButtonSelectionPlay.Name = "toolStripButtonSelectionPlay";
//
// toolStripButtonSelectionClear
//
this.toolStripButtonSelectionClear.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_eraser_32x32;
resources.ApplyResources(this.toolStripButtonSelectionClear, "toolStripButtonSelectionClear");
this.toolStripButtonSelectionClear.Name = "toolStripButtonSelectionClear";
//
// toolStripButtonSelectionGoToStart
//
this.toolStripButtonSelectionGoToStart.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_go_to_start_32x321;
resources.ApplyResources(this.toolStripButtonSelectionGoToStart, "toolStripButtonSelectionGoToStart");
this.toolStripButtonSelectionGoToStart.Name = "toolStripButtonSelectionGoToStart";
//
// toolStripButtonSelectionGoToEnd
//
this.toolStripButtonSelectionGoToEnd.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_go_to_end_32x32;
resources.ApplyResources(this.toolStripButtonSelectionGoToEnd, "toolStripButtonSelectionGoToEnd");
this.toolStripButtonSelectionGoToEnd.Name = "toolStripButtonSelectionGoToEnd";
//
// toolStripButtonSelectionEnqueue
//
this.toolStripButtonSelectionEnqueue.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_task_list_add_32x32;
resources.ApplyResources(this.toolStripButtonSelectionEnqueue, "toolStripButtonSelectionEnqueue");
this.toolStripButtonSelectionEnqueue.Name = "toolStripButtonSelectionEnqueue";
//
// toolStripTimeline
//
resources.ApplyResources(this.toolStripTimeline, "toolStripTimeline");
this.toolStripTimeline.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripTimeline.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonTimelineZoomOut,
this.toolStripButtonTimelineZoomAuto,
this.toolStripButtonTimelineGoToCurrentPosition});
this.toolStripTimeline.Name = "toolStripTimeline";
this.toolStripTimeline.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripTimeline_ItemClicked);
//
// toolStripButtonTimelineZoomOut
//
this.toolStripButtonTimelineZoomOut.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_expand_5_32x32;
resources.ApplyResources(this.toolStripButtonTimelineZoomOut, "toolStripButtonTimelineZoomOut");
this.toolStripButtonTimelineZoomOut.Name = "toolStripButtonTimelineZoomOut";
//
// toolStripButtonTimelineZoomAuto
//
this.toolStripButtonTimelineZoomAuto.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_direction_button_3_32x32;
resources.ApplyResources(this.toolStripButtonTimelineZoomAuto, "toolStripButtonTimelineZoomAuto");
this.toolStripButtonTimelineZoomAuto.Name = "toolStripButtonTimelineZoomAuto";
//
// toolStripButtonTimelineGoToCurrentPosition
//
this.toolStripButtonTimelineGoToCurrentPosition.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_cursor_move_target_right_32x32;
resources.ApplyResources(this.toolStripButtonTimelineGoToCurrentPosition, "toolStripButtonTimelineGoToCurrentPosition");
this.toolStripButtonTimelineGoToCurrentPosition.Name = "toolStripButtonTimelineGoToCurrentPosition";
//
// toolStripInternet
//
resources.ApplyResources(this.toolStripInternet, "toolStripInternet");
this.toolStripInternet.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripInternet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonInternetVersionCheck});
this.toolStripInternet.Name = "toolStripInternet";
this.toolStripInternet.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripInternet_ItemClicked);
//
// toolStripButtonInternetVersionCheck
//
this.toolStripButtonInternetVersionCheck.BackColor = System.Drawing.SystemColors.Control;
resources.ApplyResources(this.toolStripButtonInternetVersionCheck, "toolStripButtonInternetVersionCheck");
this.toolStripButtonInternetVersionCheck.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_laptop_download_32x32;
this.toolStripButtonInternetVersionCheck.Name = "toolStripButtonInternetVersionCheck";
//
// toolStripTasks
//
resources.ApplyResources(this.toolStripTasks, "toolStripTasks");
this.toolStripTasks.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripTasks.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonTasksShow});
this.toolStripTasks.Name = "toolStripTasks";
//
// toolStripButtonTasksShow
//
this.toolStripButtonTasksShow.CheckOnClick = true;
this.toolStripButtonTasksShow.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_task_list_clock_32x32;
resources.ApplyResources(this.toolStripButtonTasksShow, "toolStripButtonTasksShow");
this.toolStripButtonTasksShow.Name = "toolStripButtonTasksShow";
this.toolStripButtonTasksShow.CheckedChanged += new System.EventHandler(this.toolStripButtonShowTasks_CheckedChanged);
//
// toolStripPlayback
//
resources.ApplyResources(this.toolStripPlayback, "toolStripPlayback");
this.toolStripPlayback.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripPlayback.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonPlabackPlayPause,
this.toolStripButtonPlabackMute,
this.toolStripButtonPlabackNextFrame});
this.toolStripPlayback.Name = "toolStripPlayback";
this.toolStripPlayback.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripPlayback_ItemClicked);
//
// toolStripButtonPlabackPlayPause
//
this.toolStripButtonPlabackPlayPause.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_controls_play_32x32;
resources.ApplyResources(this.toolStripButtonPlabackPlayPause, "toolStripButtonPlabackPlayPause");
this.toolStripButtonPlabackPlayPause.Name = "toolStripButtonPlabackPlayPause";
//
// toolStripButtonPlabackMute
//
this.toolStripButtonPlabackMute.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_volume_control_mute_32x32;
resources.ApplyResources(this.toolStripButtonPlabackMute, "toolStripButtonPlabackMute");
this.toolStripButtonPlabackMute.Name = "toolStripButtonPlabackMute";
//
// toolStripButtonPlabackNextFrame
//
this.toolStripButtonPlabackNextFrame.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_arrow_button_circle_right_32x32;
resources.ApplyResources(this.toolStripButtonPlabackNextFrame, "toolStripButtonPlabackNextFrame");
this.toolStripButtonPlabackNextFrame.Name = "toolStripButtonPlabackNextFrame";
//
// toolStripFile
//
resources.ApplyResources(this.toolStripFile, "toolStripFile");
this.toolStripFile.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripFile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonFileOpen,
this.toolStripButtonFilePrev,
this.toolStripButtonFileNext,
this.toolStripButtonFileSettings,
this.toolStripButtonFileAbout,
this.toolStripDropDownButtonFileLanguage});
this.toolStripFile.Name = "toolStripFile";
this.toolStripFile.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripFile_ItemClicked);
//
// toolStripButtonFileOpen
//
resources.ApplyResources(this.toolStripButtonFileOpen, "toolStripButtonFileOpen");
this.toolStripButtonFileOpen.Name = "toolStripButtonFileOpen";
//
// toolStripButtonFilePrev
//
this.toolStripButtonFilePrev.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_arrow_rectangle_left_2_32x32;
resources.ApplyResources(this.toolStripButtonFilePrev, "toolStripButtonFilePrev");
this.toolStripButtonFilePrev.Name = "toolStripButtonFilePrev";
//
// toolStripButtonFileNext
//
this.toolStripButtonFileNext.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_arrow_rectangle_right_32x32;
resources.ApplyResources(this.toolStripButtonFileNext, "toolStripButtonFileNext");
this.toolStripButtonFileNext.Name = "toolStripButtonFileNext";
//
// toolStripButtonFileSettings
//
resources.ApplyResources(this.toolStripButtonFileSettings, "toolStripButtonFileSettings");
this.toolStripButtonFileSettings.Name = "toolStripButtonFileSettings";
//
// toolStripButtonFileAbout
//
this.toolStripButtonFileAbout.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_information_circle_32x32;
resources.ApplyResources(this.toolStripButtonFileAbout, "toolStripButtonFileAbout");
this.toolStripButtonFileAbout.Name = "toolStripButtonFileAbout";
//
// toolStripDropDownButtonFileLanguage
//
this.toolStripDropDownButtonFileLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemLangEnglish,
this.toolStripMenuItemLangGerman,
this.toolStripMenuItemLangFrench,
this.toolStripMenuItemLangSpanish,
this.toolStripMenuItemLangItalian,
this.toolStripMenuItemLangChinese,
this.toolStripMenuItemLangreplacedanese,
this.toolStripMenuItemLangPolish});
this.toolStripDropDownButtonFileLanguage.Image = global::SimpleVideoCutter.Properties.Resources.streamline_icon_translate_32x32;
resources.ApplyResources(this.toolStripDropDownButtonFileLanguage, "toolStripDropDownButtonFileLanguage");
this.toolStripDropDownButtonFileLanguage.Name = "toolStripDropDownButtonFileLanguage";
this.toolStripDropDownButtonFileLanguage.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripDropDownButtonFileLanguage_DropDownItemClicked);
//
// toolStripMenuItemLangEnglish
//
this.toolStripMenuItemLangEnglish.Name = "toolStripMenuItemLangEnglish";
resources.ApplyResources(this.toolStripMenuItemLangEnglish, "toolStripMenuItemLangEnglish");
//
// toolStripMenuItemLangGerman
//
this.toolStripMenuItemLangGerman.Name = "toolStripMenuItemLangGerman";
resources.ApplyResources(this.toolStripMenuItemLangGerman, "toolStripMenuItemLangGerman");
//
// toolStripMenuItemLangFrench
//
this.toolStripMenuItemLangFrench.Name = "toolStripMenuItemLangFrench";
resources.ApplyResources(this.toolStripMenuItemLangFrench, "toolStripMenuItemLangFrench");
//
// toolStripMenuItemLangSpanish
//
this.toolStripMenuItemLangSpanish.Name = "toolStripMenuItemLangSpanish";
resources.ApplyResources(this.toolStripMenuItemLangSpanish, "toolStripMenuItemLangSpanish");
//
// toolStripMenuItemLangItalian
//
this.toolStripMenuItemLangItalian.Name = "toolStripMenuItemLangItalian";
resources.ApplyResources(this.toolStripMenuItemLangItalian, "toolStripMenuItemLangItalian");
//
// toolStripMenuItemLangChinese
//
this.toolStripMenuItemLangChinese.Name = "toolStripMenuItemLangChinese";
resources.ApplyResources(this.toolStripMenuItemLangChinese, "toolStripMenuItemLangChinese");
//
// toolStripMenuItemLangreplacedanese
//
this.toolStripMenuItemLangreplacedanese.Name = "toolStripMenuItemLangreplacedanese";
resources.ApplyResources(this.toolStripMenuItemLangreplacedanese, "toolStripMenuItemLangreplacedanese");
//
// toolStripMenuItemLangPolish
//
this.toolStripMenuItemLangPolish.Name = "toolStripMenuItemLangPolish";
resources.ApplyResources(this.toolStripMenuItemLangPolish, "toolStripMenuItemLangPolish");
//
// timerHoverPositionChanged
//
this.timerHoverPositionChanged.Interval = 50;
this.timerHoverPositionChanged.Tick += new System.EventHandler(this.timerHoverPositionChanged_Tick);
//
// MainForm
//
this.AllowDrop = true;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStripContainerMain);
this.KeyPreview = true;
this.Name = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainForm_DragDrop);
this.DragOver += new System.Windows.Forms.DragEventHandler(this.MainForm_DragOver);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
this.toolStripContainerMain.BottomToolStripPanel.ResumeLayout(false);
this.toolStripContainerMain.BottomToolStripPanel.PerformLayout();
this.toolStripContainerMain.ContentPanel.ResumeLayout(false);
this.toolStripContainerMain.LeftToolStripPanel.ResumeLayout(false);
this.toolStripContainerMain.LeftToolStripPanel.PerformLayout();
this.toolStripContainerMain.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainerMain.TopToolStripPanel.PerformLayout();
this.toolStripContainerMain.ResumeLayout(false);
this.toolStripContainerMain.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.videoViewHover)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vlcControl1)).EndInit();
this.panelTasks.ResumeLayout(false);
this.panelTasks.PerformLayout();
this.contextMenuStripToolstripContainer.ResumeLayout(false);
this.toolStripSelection.ResumeLayout(false);
this.toolStripSelection.PerformLayout();
this.toolStripTimeline.ResumeLayout(false);
this.toolStripTimeline.PerformLayout();
this.toolStripInternet.ResumeLayout(false);
this.toolStripInternet.PerformLayout();
this.toolStripTasks.ResumeLayout(false);
this.toolStripTasks.PerformLayout();
this.toolStripPlayback.ResumeLayout(false);
this.toolStripPlayback.PerformLayout();
this.toolStripFile.ResumeLayout(false);
this.toolStripFile.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : MarkerListForm.Designer.cs
License : BSD 3-Clause "New" or "Revised" License
Project Creator : Bluegrams
License : BSD 3-Clause "New" or "Revised" License
Project Creator : Bluegrams
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarkerListForm));
this.lstMarkers = new ScreenRuler.Controls.MarkerListBox();
this.contxtListMarkers = new System.Windows.Forms.ContextMenuStrip(this.components);
this.conDelete = new System.Windows.Forms.ToolStripMenuItem();
this.conUnits = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.contxtListMarkers.SuspendLayout();
this.SuspendLayout();
//
// lstMarkers
//
this.lstMarkers.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lstMarkers.ContextMenuStrip = this.contxtListMarkers;
this.lstMarkers.DisplayMember = "DisplayString";
resources.ApplyResources(this.lstMarkers, "lstMarkers");
this.lstMarkers.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.lstMarkers.FormattingEnabled = true;
this.lstMarkers.Name = "lstMarkers";
this.lstMarkers.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.lstMarkers.Sorted = true;
this.lstMarkers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstMarkers_MouseDoubleClick);
//
// contxtListMarkers
//
this.contxtListMarkers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.conUnits,
this.toolStripSeparator1,
this.conDelete});
this.contxtListMarkers.Name = "contxtListMarkers";
resources.ApplyResources(this.contxtListMarkers, "contxtListMarkers");
//
// conDelete
//
this.conDelete.Name = "conDelete";
resources.ApplyResources(this.conDelete, "conDelete");
this.conDelete.Click += new System.EventHandler(this.conDelete_Click);
//
// conUnits
//
this.conUnits.Name = "conUnits";
resources.ApplyResources(this.conUnits, "conUnits");
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// MarkerListForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lstMarkers);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MarkerListForm";
this.contxtListMarkers.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : AssetRegisterDialog.Designer.cs
License : MIT License
Project Creator : CityOfZion
License : MIT License
Project Creator : CityOfZion
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(replacedetRegisterDialog));
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// comboBox1
//
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Name = "comboBox1";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// textBox1
//
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.TextChanged += new System.EventHandler(this.CheckForm);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// checkBox1
//
resources.ApplyResources(this.checkBox1, "checkBox1");
this.checkBox1.Name = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// textBox2
//
resources.ApplyResources(this.textBox2, "textBox2");
this.textBox2.Name = "textBox2";
this.textBox2.TextChanged += new System.EventHandler(this.CheckForm);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// comboBox2
//
resources.ApplyResources(this.comboBox2, "comboBox2");
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Name = "comboBox2";
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.CheckForm);
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// comboBox3
//
resources.ApplyResources(this.comboBox3, "comboBox3");
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Name = "comboBox3";
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.CheckForm);
this.comboBox3.TextUpdate += new System.EventHandler(this.CheckForm);
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// numericUpDown1
//
resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
this.numericUpDown1.Maximum = new decimal(new int[] {
8,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// comboBox4
//
resources.ApplyResources(this.comboBox4, "comboBox4");
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Name = "comboBox4";
this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.CheckForm);
this.comboBox4.TextUpdate += new System.EventHandler(this.CheckForm);
//
// replacedetRegisterDialog
//
this.AcceptButton = this.button1;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.comboBox4);
this.Controls.Add(this.label9);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.label6);
this.Controls.Add(this.button1);
this.Controls.Add(this.comboBox3);
this.Controls.Add(this.label5);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "replacedetRegisterDialog";
this.ShowInTaskbar = false;
this.Load += new System.EventHandler(this.replacedetRegisterDialog_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : BulkPayDialog.Designer.cs
License : MIT License
Project Creator : CityOfZion
License : MIT License
Project Creator : CityOfZion
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BulkPayDialog));
this.textBox3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// textBox3
//
resources.ApplyResources(this.textBox3, "textBox3");
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// comboBox1
//
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Name = "comboBox1";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// textBox1
//
this.textBox1.AcceptsReturn = true;
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// BulkPayDialog
//
resources.ApplyResources(this, "$this");
this.AcceptButton = this.button1;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label4);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "BulkPayDialog";
this.ShowInTaskbar = false;
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : CertificateRequestWizard.Designer.cs
License : MIT License
Project Creator : CityOfZion
License : MIT License
Project Creator : CityOfZion
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CertificateRequestWizard));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// textBox4
//
resources.ApplyResources(this.textBox4, "textBox4");
this.textBox4.Name = "textBox4";
this.textBox4.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// textBox3
//
resources.ApplyResources(this.textBox3, "textBox3");
this.textBox3.Name = "textBox3";
this.textBox3.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// textBox2
//
resources.ApplyResources(this.textBox2, "textBox2");
this.textBox2.Name = "textBox2";
this.textBox2.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// textBox1
//
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// comboBox1
//
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Name = "comboBox1";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// saveFileDialog1
//
this.saveFileDialog1.DefaultExt = "req";
resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
//
// CertificateRequestWizard
//
this.AcceptButton = this.button1;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CertificateRequestWizard";
this.ShowInTaskbar = false;
this.Load += new System.EventHandler(this.CertificateRequestWizard_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : ChangePasswordDialog.Designer.cs
License : MIT License
Project Creator : CityOfZion
License : MIT License
Project Creator : CityOfZion
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangePreplacedwordDialog));
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// textBox1
//
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.UseSystemPreplacedwordChar = true;
this.textBox1.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// textBox2
//
resources.ApplyResources(this.textBox2, "textBox2");
this.textBox2.Name = "textBox2";
this.textBox2.UseSystemPreplacedwordChar = true;
this.textBox2.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// textBox3
//
resources.ApplyResources(this.textBox3, "textBox3");
this.textBox3.Name = "textBox3";
this.textBox3.UseSystemPreplacedwordChar = true;
this.textBox3.TextChanged += new System.EventHandler(this.textBox_TextChanged);
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
//
// ChangePreplacedwordDialog
//
this.AcceptButton = this.button1;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ChangePreplacedwordDialog";
this.ShowInTaskbar = false;
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : ClaimForm.Designer.cs
License : MIT License
Project Creator : CityOfZion
License : MIT License
Project Creator : CityOfZion
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClaimForm));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
//
// textBox2
//
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.textBox2, "textBox2");
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
//
// ClaimForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "ClaimForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ClaimForm_FormClosing);
this.Load += new System.EventHandler(this.ClaimForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
See More Examples